Merge "Add the "sys" group for tests." am: f40607140c am: 123029cd6e
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2200001 Change-Id: I8faa820c7469440efbe7546f7f34a23047845468 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3ef3b327f2
1 changed files with 5 additions and 3 deletions
|
|
@ -41,9 +41,11 @@
|
|||
*/
|
||||
|
||||
#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 */
|
||||
|
||||
/* The following are for tests like 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_SYS 3 /* A group with the same gid on Linux/macOS/Android. */
|
||||
|
||||
#define AID_SYSTEM 1000 /* system server */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue