summaryrefslogtreecommitdiffstats
path: root/data/etc
diff options
context:
space:
mode:
authorRamesh Sudini <ramesh.sudini@motorola.com>2011-03-28 09:18:31 -0500
committerWink Saville <wink@google.com>2011-05-03 13:46:08 -0700
commit0e7b5a0287ef4a3dde2b29b4a2421679f88965e0 (patch)
treed0bf7c7cc0f1e834a196706a974183a62e9b8bb6 /data/etc
parentd0d44c4e988ecdea86c2bb04e29d8f6d20c1c631 (diff)
downloadframeworks_base-0e7b5a0287ef4a3dde2b29b4a2421679f88965e0.zip
frameworks_base-0e7b5a0287ef4a3dde2b29b4a2421679f88965e0.tar.gz
frameworks_base-0e7b5a0287ef4a3dde2b29b4a2421679f88965e0.tar.bz2
IMS: Provide net_admin permission so that IPSec could be configured/used.
IMS configures the security database in kernel with keys generated from ISIM. Change-Id: Iae9fb85f286ff2a627369d784a127bf7d4d8f4b3
Diffstat (limited to 'data/etc')
-rw-r--r--data/etc/platform.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml
index df80546..692ea9d 100644
--- a/data/etc/platform.xml
+++ b/data/etc/platform.xml
@@ -62,6 +62,10 @@
<group gid="mtp" />
</permission>
+ <permission name="android.permission.NET_ADMIN" >
+ <group gid="net_admin" />
+ </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" >