Loading libcutils/include/private/android_filesystem_config.h +5 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
libcutils/include/private/android_filesystem_config.h +5 −3 Original line number Diff line number Diff line Loading @@ -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