Loading include/private/android_filesystem_config.h +1 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,7 @@ static const struct fs_path_config android_files[] = { { 00750, AID_ROOT, AID_SHELL, (1 << CAP_SETUID) | (1 << CAP_SETGID), "system/bin/run-as" }, { 00750, AID_ROOT, AID_ROOT, 0, "system/bin/uncrypt" }, { 00750, AID_ROOT, AID_ROOT, 0, "system/bin/install-recovery.sh" }, { 00755, AID_ROOT, AID_SHELL, 0, "system/bin/*" }, { 00755, AID_ROOT, AID_ROOT, 0, "system/lib/valgrind/*" }, { 00755, AID_ROOT, AID_SHELL, 0, "system/xbin/*" }, Loading rootdir/init.rc +1 −1 Original line number Diff line number Diff line Loading @@ -540,7 +540,7 @@ service installd /system/bin/installd class main socket installd stream 600 system system service flash_recovery /system/etc/install-recovery.sh service flash_recovery /system/bin/install-recovery.sh class main oneshot Loading Loading
include/private/android_filesystem_config.h +1 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,7 @@ static const struct fs_path_config android_files[] = { { 00750, AID_ROOT, AID_SHELL, (1 << CAP_SETUID) | (1 << CAP_SETGID), "system/bin/run-as" }, { 00750, AID_ROOT, AID_ROOT, 0, "system/bin/uncrypt" }, { 00750, AID_ROOT, AID_ROOT, 0, "system/bin/install-recovery.sh" }, { 00755, AID_ROOT, AID_SHELL, 0, "system/bin/*" }, { 00755, AID_ROOT, AID_ROOT, 0, "system/lib/valgrind/*" }, { 00755, AID_ROOT, AID_SHELL, 0, "system/xbin/*" }, Loading
rootdir/init.rc +1 −1 Original line number Diff line number Diff line Loading @@ -540,7 +540,7 @@ service installd /system/bin/installd class main socket installd stream 600 system system service flash_recovery /system/etc/install-recovery.sh service flash_recovery /system/bin/install-recovery.sh class main oneshot Loading