Merge "IMS: Provide net_admin permission so that IPSec could be configured/used." into honeycomb-LTE
This commit is contained in:
@ -495,6 +495,12 @@
|
||||
android:label="@string/permlab_hardware_test"
|
||||
android:description="@string/permdesc_hardware_test" />
|
||||
|
||||
<!-- Allows access to configure network interfaces, configure/use IPSec, etc.
|
||||
@hide -->
|
||||
<permission android:name="android.permission.NET_ADMIN"
|
||||
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
|
||||
android:protectionLevel="signature" />
|
||||
|
||||
<!-- =========================================== -->
|
||||
<!-- Permissions associated with telephony state -->
|
||||
<!-- =========================================== -->
|
||||
|
@ -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" >
|
||||
|
Reference in New Issue
Block a user