From 31b506679ba51bdf625aa1df40d0fe24534ed541 Mon Sep 17 00:00:00 2001 From: Yi Jin Date: Tue, 9 Jan 2018 14:00:13 -0800 Subject: [PATCH] Add AID_STATSD and AID_INCIDENTD for statsd/incidentd daemons. Test: manual Change-Id: Id798519c3b0116529fc698e6b316a1c6b1c293ca --- libcutils/include/private/android_filesystem_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcutils/include/private/android_filesystem_config.h b/libcutils/include/private/android_filesystem_config.h index 2f2e26238..5753e492a 100644 --- a/libcutils/include/private/android_filesystem_config.h +++ b/libcutils/include/private/android_filesystem_config.h @@ -123,6 +123,8 @@ #define AID_LOWPAN 1063 /* LoWPAN subsystem */ #define AID_HSM 1064 /* hardware security module subsystem */ #define AID_RESERVED_DISK 1065 /* GID that has access to reserved disk space */ +#define AID_STATSD 1066 /* statsd daemon */ +#define AID_INCIDENTD 1067 /* incidentd daemon */ /* Changes to this file must be made in AOSP, *not* in internal branches. */ #define AID_SHELL 2000 /* adb and debug shell user */