commit | 1e330b0376061a4750160dbb4e8dd9e4c8912455 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Feb 06 04:29:47 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 06 04:29:47 2018 +0000 |
tree | 2083e73068e7d0ae0a573f0f6b03b7763bb3e4fb | |
parent | d873a33e31a21ba975d078524e2a56f8af9d36c1 [diff] | |
parent | 451ff596cfb2b79ca9494c67d93b43c99d7500d8 [diff] |
Merge "libcutils: Add "daemon" and "bin" users for testing only" am: 718899b415 am: 2500e38093 am: 451ff596cf Change-Id: Id2abde064963cbb68929c76ff5a47d4f52995190
diff --git a/libcutils/include/private/android_filesystem_config.h b/libcutils/include/private/android_filesystem_config.h index fc354f1..5d17698 100644 --- a/libcutils/include/private/android_filesystem_config.h +++ b/libcutils/include/private/android_filesystem_config.h
@@ -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 */