Merge "Add AID_STATSD and AID_INCIDENTD for statsd/incidentd daemons." am: e0fc36c47b am: e3decc326b

am: 9619908f81

Change-Id: I9a64529cb53f557a55d8d1acb4137ade1d38643d
This commit is contained in:
Yi Jin 2018-01-10 03:02:08 +00:00 committed by android-build-merger
commit 1a9ce68d28
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@
#define AID_LOWPAN 1063 /* LoWPAN subsystem */
#define AID_HSM 1064 /* hardware security module subsystem */
#define AID_RESERVED_DISK 1065 /* GID that has access to reserved disk space */
#define AID_STATSD 1066 /* statsd daemon */
#define AID_INCIDENTD 1067 /* incidentd daemon */
/* Changes to this file must be made in AOSP, *not* in internal branches. */
#define AID_SHELL 2000 /* adb and debug shell user */