aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2015-12-14 16:18:04 -0800
committerEthan Chen <intervigil@gmail.com>2015-12-14 16:18:13 -0800
commit62438c86c8912ef97236d645b2e8f67bf89c286e (patch)
treefa05491b01e76f1994085aed925ce655a0db2963
parentc35ba5f6ab65286bfeebb99dafa6fe4bf40d155f (diff)
downloadandroid_external_sepolicy-62438c86c8912ef97236d645b2e8f67bf89c286e.tar.gz
android_external_sepolicy-62438c86c8912ef97236d645b2e8f67bf89c286e.tar.bz2
android_external_sepolicy-62438c86c8912ef97236d645b2e8f67bf89c286e.zip
Revert "property: Make the adb tcp port property a wildcard"
* Causes android.cts.security.SELinuxHostTest#testAospPropertyContexts test failure since it's looking for an exact string match. This reverts commit 60ddcc03e9401c3fb1e064bb84171a112a9bb8be. Change-Id: I66b5e1d59588be7b73b49f9b0e06d4834a008cf3
-rw-r--r--property_contexts2
1 files changed, 1 insertions, 1 deletions
diff --git a/property_contexts b/property_contexts
index 2a461e8..5bdb3c3 100644
--- a/property_contexts
+++ b/property_contexts
@@ -31,7 +31,7 @@ debug. u:object_r:debug_prop:s0
debug.db. u:object_r:debuggerd_prop:s0
log. u:object_r:shell_prop:s0
service.adb.root u:object_r:shell_prop:s0
-service.adb.tcp.port* u:object_r:shell_prop:s0
+service.adb.tcp.port u:object_r:shell_prop:s0
persist.audio. u:object_r:audio_prop:s0
persist.logd. u:object_r:logd_prop:s0