summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorvincenttew <vincenttew@google.com>2020-11-09 17:01:23 +0800
committerVincent Tew <vincenttew@google.com>2020-11-09 09:31:46 +0000
commit7f0b59ced3de3a7996152702f85e3e1ee089a1c0 (patch)
tree82fb857c8cceb67498a7dced282ead8e02f416a7 /vendor
parent6585763d541d8a931f76e8bb1ecb8ee25fc6b385 (diff)
downloadbarbet-sepolicy-7f0b59ced3de3a7996152702f85e3e1ee089a1c0.tar.gz
sepolicy: correct property match with audio hal
add vendor context for vendor property vendor.tas.smartpa.debug.disable vendor.tas.smartpa.debug.txdevice vendor.tas.smartpa.debug.txformat24 Test: build pass, check sepolicy Bug: 172194715 Signed-off-by: vincenttew <vincenttew@google.com> Change-Id: I76e11f3a9504c23c139299ed194fdb3950b9bd36
Diffstat (limited to 'vendor')
-rw-r--r--vendor/google/property_contexts6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/google/property_contexts b/vendor/google/property_contexts
index 9290083..b529635 100644
--- a/vendor/google/property_contexts
+++ b/vendor/google/property_contexts
@@ -2,6 +2,6 @@
ro.vendor.vibrator.hal. u:object_r:vendor_vibrator_prop:s0
# audio TAS amp
-tas.smartpa.debug.disable u:object_r:vendor_audio_prop:s0
-tas.smartpa.debug.txdeviceu u:object_r:vendor_audio_prop:s0
-tas.smartpa.debug.txformat24 u:object_r:vendor_audio_prop:s0
+vendor.tas.smartpa.debug.disable u:object_r:vendor_audio_prop:s0
+vendor.tas.smartpa.debug.txdevice u:object_r:vendor_audio_prop:s0
+vendor.tas.smartpa.debug.txformat24 u:object_r:vendor_audio_prop:s0