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

Commit b82b279b authored by Mattias Nissler's avatar Mattias Nissler Committed by android-build-merger
Browse files

Merge "Add nvram user."

am: 4c9b1494

* commit '4c9b1494':
  Add nvram user.
parents 4cc78340 4c9b1494
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@
#define AID_CAMERASERVER  1047  /* cameraserver process */
#define AID_FIREWALL      1048  /* firewalld process */
#define AID_TRUNKS        1049  /* trunksd process (TPM daemon) */
#define AID_NVRAM         1050  /* Access-controlled NVRAM */
/* Changes to this file must be made in AOSP, *not* in internal branches. */

#define AID_SHELL         2000  /* adb and debug shell user */
@@ -201,6 +202,7 @@ static const struct android_id_info android_ids[] = {
    { "cameraserver",  AID_CAMERASERVER, },
    { "firewall",      AID_FIREWALL, },
    { "trunks",        AID_TRUNKS, },
    { "nvram",         AID_NVRAM, },

    { "shell",         AID_SHELL, },
    { "cache",         AID_CACHE, },