Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e709c8cf authored by William Roberts's avatar William Roberts Committed by Steve Kondik
Browse files

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
parent cb907271
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@
#define AID_CLAT          1029  /* clat part of nat464 */
#define AID_LOOP_RADIO    1030  /* loop radio devices */
#define AID_MEDIA_DRM     1031  /* MediaDrm plugins */
#define AID_AUDIT         1032  /* audit daemon */

#define AID_SHELL         2000  /* adb and debug shell user */
#define AID_CACHE         2001  /* cache access */
@@ -187,6 +188,7 @@ static const struct android_id_info android_ids[] = {
    { "nobody",    AID_NOBODY, },
    { "clat",      AID_CLAT, },
    { "mediadrm",  AID_MEDIA_DRM, },
    { "audit",      AID_AUDIT, },
};

#define android_id_count \