commit | 845215598562c59dd0f4817b3d7ed7db34f7644c | [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 | 7f661df550c23cdeb6a346d162f69c76e2ec9ef8 | |
parent | 101519c619abcff799777d28fadd4014352e24d1 [diff] | |
parent | 63c06f534ba8a9b4dbcfe65bf092bd2f5e749ff5 [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 */