Merge "Add AID_UPROBESTATS and set up its config dir." into main
This commit is contained in:
commit
80b2bf16c9
2 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -813,6 +813,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…
Add table
Reference in a new issue