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

Commit d257784a authored by Robert Sesek's avatar Robert Sesek Committed by android-build-merger
Browse files

Merge \\\"Add static UID for the webview zygote process.\\\" am: 07f5d8cc am: ed1c0743

am: 15166f96

Change-Id: I36aba1b85750e81f956b29d3ab2742f7fa9e49a4
parents 2c958c72 15166f96
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@
#define AID_NVRAM         1050  /* Access-controlled NVRAM */
#define AID_DNS           1051  /* DNS resolution daemon (system: netd) */
#define AID_DNS_TETHER    1052  /* DNS resolution daemon (tether: dnsmasq) */
#define AID_WEBVIEW_ZYGOTE 1053 /* WebView zygote process */
/* Changes to this file must be made in AOSP, *not* in internal branches. */

#define AID_SHELL         2000  /* adb and debug shell user */
@@ -207,6 +208,7 @@ static const struct android_id_info android_ids[] = {
    { "nvram",         AID_NVRAM, },
    { "dns",           AID_DNS, },
    { "dns_tether",    AID_DNS_TETHER, },
    { "webview_zygote", AID_WEBVIEW_ZYGOTE, },

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