commit | 5c9f9efba68a8de6123eaa341be6dce4b483fd44 | [log] [tgz] |
---|---|---|
author | Diogo Ferreira <defer@cyngn.com> | Mon Dec 01 14:33:51 2014 +0000 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Mon Dec 01 20:36:13 2014 +0000 |
tree | f237b4a8fa34d4affd9da94e73c310935e7f9c0f | |
parent | d2248b27a86b94901b4ed33a528969eeebb46eaf [diff] [blame] |
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
diff --git a/sepolicy/sepolicy.mk b/sepolicy/sepolicy.mk index a08e74a..1a9b343 100644 --- a/sepolicy/sepolicy.mk +++ b/sepolicy/sepolicy.mk
@@ -14,6 +14,7 @@ seapp_contexts \ service_contexts \ auditd.te \ + adbd.te \ healthd.te \ hostapd.te \ installd.te \