summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvincenttew <vincenttew@google.com>2020-11-10 10:08:50 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-11-10 10:08:50 +0000
commitcebfc6634dabd2cc0ab74d926d56c5ec9456da3d (patch)
tree82fb857c8cceb67498a7dced282ead8e02f416a7
parent95a03fd59707afbc29d51739cad07f4100f65d6a (diff)
parent7f0b59ced3de3a7996152702f85e3e1ee089a1c0 (diff)
downloadbarbet-sepolicy-cebfc6634dabd2cc0ab74d926d56c5ec9456da3d.tar.gz
sepolicy: correct property match with audio hal am: 7f0b59ced3
Original change: https://googleplex-android-review.googlesource.com/c/device/google/barbet-sepolicy/+/13015960 Change-Id: I3e0276a3a5b1705fe26aeb08409d8f4126af9b6a
-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