commit | 42aa40839b2efc01822200256de3299fb21ed362 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Mon Feb 05 23:30:18 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Feb 05 23:30:18 2018 +0000 |
tree | b6712c65a5b29c5d539202f97a44055de274c65a | |
parent | b7568259d25c3f7a462dff4da4e2cc76417941c2 [diff] | |
parent | 3e9a0bd4e5c2d5e7d50a80d426e6fbb08912431b [diff] |
Merge "libcutils: Add "daemon" and "bin" users for testing only" am: 718899b415 Change-Id: I7e0eb140ff8729b805c692983cc60623a1761346
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 */