Skip to content

Commit

Permalink
Merge "Add AID_UPROBESTATS and set up its config dir." into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Ting Tseng authored and Gerrit Code Review committed Jan 20, 2024
2 parents 9c88c9d + 38cb94d commit 80b2bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libcutils/include/private/android_filesystem_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 1 addition & 0 deletions rootdir/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80b2bf1

Please sign in to comment.