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

Commit 9112b419 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add UID for vehicle network"

parents e381ecf6 42e802c2
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -95,6 +95,7 @@
#define AID_DNS           1051  /* DNS resolution daemon (system: netd) */
#define AID_DNS           1051  /* DNS resolution daemon (system: netd) */
#define AID_DNS_TETHER    1052  /* DNS resolution daemon (tether: dnsmasq) */
#define AID_DNS_TETHER    1052  /* DNS resolution daemon (tether: dnsmasq) */
#define AID_WEBVIEW_ZYGOTE 1053 /* WebView zygote process */
#define AID_WEBVIEW_ZYGOTE 1053 /* WebView zygote process */
#define AID_VEHICLE_NETWORK 1054 /* Vehicle network service */
/* Changes to this file must be made in AOSP, *not* in internal branches. */
/* Changes to this file must be made in AOSP, *not* in internal branches. */


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


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