diff options
author | Diogo Ferreira <defer@cyngn.com> | 2014-12-01 14:33:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2014-12-01 20:36:13 +0000 |
commit | 5c9f9efba68a8de6123eaa341be6dce4b483fd44 (patch) | |
tree | f237b4a8fa34d4affd9da94e73c310935e7f9c0f /sepolicy/property_contexts | |
parent | d2248b27a86b94901b4ed33a528969eeebb46eaf (diff) | |
download | vendor_replicant-5c9f9efba68a8de6123eaa341be6dce4b483fd44.zip vendor_replicant-5c9f9efba68a8de6123eaa341be6dce4b483fd44.tar.gz vendor_replicant-5c9f9efba68a8de6123eaa341be6dce4b483fd44.tar.bz2 |
sepolicy: Fix permissions for service.adb.tcp.port
This makes the rule more specific by overriding the upstream sepolicy.
Also adds the adbd context which is necessary for "adb tcpip".
Change-Id: Ia17eb56fc1682ab248764329e88eebd2a4075c97
Diffstat (limited to 'sepolicy/property_contexts')
-rw-r--r-- | sepolicy/property_contexts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/property_contexts b/sepolicy/property_contexts index dc77194..e5566dc 100644 --- a/sepolicy/property_contexts +++ b/sepolicy/property_contexts @@ -1 +1 @@ -service.adb.tcp. u:object_r:adbtcp_prop:s0 +service.adb.tcp.port u:object_r:adbtcp_prop:s0 |