From 2fc89a71f7ffdd80f2c344b245d8f398bb17e76f Mon Sep 17 00:00:00 2001 From: Aalique Grahame <agrahame@codeaurora.org> Date: Fri, 15 Jun 2018 16:07:56 -0700 Subject: [PATCH] sepolicy: create rules for system properties Add new sepolicy rules to support audio system properties Bug: 110564278 Change-Id: If774a40b50e56f9e83bcb4ab8a84581dc03058ad --- public/property_contexts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/property_contexts b/public/property_contexts index 52e5300bd..8014f931c 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -4,6 +4,8 @@ persist.radio.airplane_mode_on u:object_r:exported2_radio_prop:s0 exact int # vendor-init-settable af.fast_track_multiplier u:object_r:exported3_default_prop:s0 exact int audio.camerasound.force u:object_r:exported_audio_prop:s0 exact bool +audio.deep_buffer.media u:object_r:exported3_default_prop:s0 exact bool +audio.offload.video u:object_r:exported3_default_prop:s0 exact bool camera.disable_zsl_mode u:object_r:exported3_default_prop:s0 exact bool camera.fifo.disable u:object_r:exported3_default_prop:s0 exact int dalvik.vm.appimageformat u:object_r:exported_dalvik_prop:s0 exact string @@ -80,6 +82,7 @@ pm.dexopt.bg-dexopt u:object_r:exported_pm_prop:s0 exact string pm.dexopt.boot u:object_r:exported_pm_prop:s0 exact string pm.dexopt.first-boot u:object_r:exported_pm_prop:s0 exact string pm.dexopt.install u:object_r:exported_pm_prop:s0 exact string +ro.af.client_heap_size_kbyte u:object_r:exported3_default_prop:s0 exact int ro.audio.monitorRotation u:object_r:exported3_default_prop:s0 exact bool ro.bluetooth.a2dp_offload.supported u:object_r:bluetooth_a2dp_offload_prop:s0 exact bool ro.boot.vendor.overlay.theme u:object_r:exported_overlay_prop:s0 exact string -- GitLab