From 1f34e1cb563506ed0d9c27420a3bb2203ee8396e Mon Sep 17 00:00:00 2001 From: William Roberts Date: Fri, 8 Feb 2013 09:41:26 +0900 Subject: Reserve AID_AUDIT AID_AUDIT will be used for an audit daemon for gathering and controlling the Linux audit subsystem. Change-Id: I95d597524b5547a60f3a59f692b4b0a6df0a9645 Conflicts: include/private/android_filesystem_config.h --- include/private/android_filesystem_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index ac43c166..45d9f0f2 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -62,6 +62,7 @@ #define AID_DRMRPC 1026 /* group for drm rpc */ #define AID_NFC 1027 /* nfc subsystem */ #define AID_SDCARD_R 1028 /* external storage read access */ +#define AID_AUDIT 1031 /* audit daemon */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */ @@ -174,6 +175,7 @@ static const struct android_id_info android_ids[] = { #endif { "misc", AID_MISC, }, { "nobody", AID_NOBODY, }, + { "audit", AID_AUDIT, }, }; #define android_id_count \ -- cgit v1.2.3