Merge "libcutils: Add "daemon" and "bin" users for testing only" am: 718899b415 am: 2500e38093

am: 451ff596cf

Change-Id: Id2abde064963cbb68929c76ff5a47d4f52995190
This commit is contained in:
Mark Salyzyn 2018-02-06 04:29:47 +00:00 committed by android-build-merger
commit 1e330b0376
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@
*/
#define AID_ROOT 0 /* traditional unix root user */
/* The following are for LTP and should only be used for testing */
#define AID_DAEMON 1 /* traditional unix daemon owner */
#define AID_BIN 2 /* traditional unix binaries owner */
#define AID_SYSTEM 1000 /* system server */