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

Commit efa82d6e authored by Daniel Erat's avatar Daniel Erat Committed by Android Git Automerger
Browse files

am 777b9bdd: am 3a8a3241: am 4812f8dd: Merge "Add a "dbus" AID for running dbus-daemon."

* commit '777b9bdd':
  Add a "dbus" AID for running dbus-daemon.
parents ec482573 777b9bdd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@
#define AID_SDCARD_ALL    1035  /* access all users external storage */
#define AID_LOGD          1036  /* log daemon */
#define AID_SHARED_RELRO  1037  /* creator of shared GNU RELRO files */
#define AID_DBUS          1038  /* dbus-daemon IPC broker process */

#define AID_SHELL         2000  /* adb and debug shell user */
#define AID_CACHE         2001  /* cache access */
@@ -168,6 +169,7 @@ static const struct android_id_info android_ids[] = {
    { "sdcard_all",    AID_SDCARD_ALL, },
    { "logd",          AID_LOGD, },
    { "shared_relro",  AID_SHARED_RELRO, },
    { "dbus",          AID_DBUS, },

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