Loading libcutils/include/private/android_filesystem_config.h +1 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,7 @@ #define AID_SDK_SANDBOX 1090 /* SDK sandbox virtual UID */ #define AID_SECURITY_LOG_WRITER 1091 /* write to security log */ #define AID_PRNG_SEEDER 1092 /* PRNG seeder daemon */ #define AID_UPROBESTATS 1093 /* uid for uprobestats */ /* Changes to this file must be made in AOSP, *not* in internal branches. */ #define AID_SHELL 2000 /* adb and debug shell user */ Loading rootdir/init.rc +1 −0 Original line number Diff line number Diff line Loading @@ -808,6 +808,7 @@ on post-fs-data mkdir /data/misc/apexdata 0711 root root mkdir /data/misc/apexrollback 0700 root root mkdir /data/misc/appcompat/ 0700 system system mkdir /data/misc/uprobestats-configs/ 0777 uprobestats uprobestats mkdir /data/misc/snapshotctl_log 0755 root root # create location to store pre-reboot information mkdir /data/misc/prereboot 0700 system system Loading Loading
libcutils/include/private/android_filesystem_config.h +1 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,7 @@ #define AID_SDK_SANDBOX 1090 /* SDK sandbox virtual UID */ #define AID_SECURITY_LOG_WRITER 1091 /* write to security log */ #define AID_PRNG_SEEDER 1092 /* PRNG seeder daemon */ #define AID_UPROBESTATS 1093 /* uid for uprobestats */ /* Changes to this file must be made in AOSP, *not* in internal branches. */ #define AID_SHELL 2000 /* adb and debug shell user */ Loading
rootdir/init.rc +1 −0 Original line number Diff line number Diff line Loading @@ -808,6 +808,7 @@ on post-fs-data mkdir /data/misc/apexdata 0711 root root mkdir /data/misc/apexrollback 0700 root root mkdir /data/misc/appcompat/ 0700 system system mkdir /data/misc/uprobestats-configs/ 0777 uprobestats uprobestats mkdir /data/misc/snapshotctl_log 0755 root root # create location to store pre-reboot information mkdir /data/misc/prereboot 0700 system system Loading