diff options
| author | Ethan Chen <intervigil@gmail.com> | 2015-12-14 16:18:04 -0800 |
|---|---|---|
| committer | LorDClockaN <davor@losinj.com> | 2015-12-16 20:09:07 +0100 |
| commit | e8a8b8289f678c4d65e2dc0a1c28af3c40fe7225 (patch) | |
| tree | 43b4a0cff030b582fe0ca8800d2dfedbff5f7a53 | |
| parent | 6d8a5b6e2e0ff5bc7042363b6329157e53415d0a (diff) | |
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_contexts | 2 |
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 |
