Loading include/private/android_filesystem_config.h +1 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,7 @@ static struct fs_path_config android_files[] = { /* the following file is INTENTIONALLY set-uid, and IS included * in user builds. */ { 06750, AID_ROOT, AID_SHELL, "system/bin/run-as" }, { 06750, AID_ROOT, AID_SYSTEM, "system/bin/rebootcmd" }, { 00755, AID_ROOT, AID_SHELL, "system/bin/*" }, { 00755, AID_ROOT, AID_ROOT, "system/lib/valgrind/*" }, { 00755, AID_ROOT, AID_SHELL, "system/xbin/*" }, Loading Loading
include/private/android_filesystem_config.h +1 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,7 @@ static struct fs_path_config android_files[] = { /* the following file is INTENTIONALLY set-uid, and IS included * in user builds. */ { 06750, AID_ROOT, AID_SHELL, "system/bin/run-as" }, { 06750, AID_ROOT, AID_SYSTEM, "system/bin/rebootcmd" }, { 00755, AID_ROOT, AID_SHELL, "system/bin/*" }, { 00755, AID_ROOT, AID_ROOT, "system/lib/valgrind/*" }, { 00755, AID_ROOT, AID_SHELL, "system/xbin/*" }, Loading