From 22cf8f7c1e27aa9a4ef3ebe1d687bea897354a0e Mon Sep 17 00:00:00 2001 From: Aalique Grahame <agrahame@codeaurora.org> Date: Tue, 27 Nov 2018 14:45:10 -0800 Subject: [PATCH] sepolicy: add rule for offload minimum duration property Add sepolicy rule to support audio system property audio.offload.min.duration.secs Bug: 120123518 Change-Id: Ie027eb9ef102caca13adb1924db3be11d02b25c7 --- public/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/property_contexts b/public/property_contexts index f2362d57f..1533a0f28 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -6,6 +6,7 @@ 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 +audio.offload.min.duration.secs u:object_r:exported3_default_prop:s0 exact int 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 -- GitLab