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

Commit 246a2e1f authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Associate MAINLINE_NETWORK_STACK with net_raw and net_admin gid" am:...

Merge "Associate MAINLINE_NETWORK_STACK with net_raw and net_admin gid" am: ee667903 am: 9ebb8455

Change-Id: I49ca1c9e0feb12f4bed8e922d76263ed63b078cd
parents 4077775e 9ebb8455
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -72,6 +72,11 @@
        <group gid="net_admin" />
    </permission>

    <permission name="android.permission.MAINLINE_NETWORK_STACK" >
        <group gid="net_admin" />
        <group gid="net_raw" />
    </permission>

    <!-- The group that /cache belongs to, linked to the permission
         set on the applications that can access /cache -->
    <permission name="android.permission.ACCESS_CACHE_FILESYSTEM" >