ronnie
2022-10-23 3eef1810ec35005e8bcaaee0957166baba31b68c
android/system/core/libcutils/fs_config.cpp
....@@ -197,7 +197,8 @@
197197 // the following two files are INTENTIONALLY set-uid, but they
198198 // are NOT included on user builds.
199199 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" },
200
- { 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" },
200
+ //{ 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" },
201
+ { 06733, AID_ROOT, AID_SHELL, 0, "system/xbin/su" },
201202
202203 // the following files have enhanced capabilities and ARE included
203204 // in user builds.