From 2df0187961a91542f8245ae2e8907340b65f3b94 Mon Sep 17 00:00:00 2001 From: Devi Sandeep Endluri V V Date: Tue, 8 Nov 2016 19:36:53 +0530 Subject: sepolicy:allow dataservices to set dpm_persist_property Address avc denials to allow the dataservices app to set persist.dpm.feature system property CRs-Fixed: 1087199 Change-Id: I26fcdaad86e3b8b7e01c826b6157f319a3898355 --- common/property_contexts | 1 + 1 file changed, 1 insertion(+) (limited to 'common/property_contexts') diff --git a/common/property_contexts b/common/property_contexts index bbaf87b4..78d90a32 100755 --- a/common/property_contexts +++ b/common/property_contexts @@ -68,6 +68,7 @@ qemu.hw.mainkeys u:object_r:qemu_hw_mainkeys_prop:s0 ro.dbg.coresight.cfg_file u:object_r:coresight_prop:s0 ctl.hbtp u:object_r:ctl_hbtp_prop:s0 sys.audio.init u:object_r:audio_prop:s0 +persist.dpm.feature u:object_r:persist_dpm_prop:s0 ro.alarm_boot u:object_r:alarm_boot_prop:s0 debug.sf.nobootanimation u:object_r:boot_animation_prop:s0 debug.gralloc. u:object_r:debug_gralloc_prop:s0 -- cgit v1.2.3 From 7e2c81ae650c19a7a69b10b55d66e0aa2a414e8f Mon Sep 17 00:00:00 2001 From: Rohit Rangwani Date: Mon, 19 Sep 2016 12:52:54 +0530 Subject: Sepolicy:: Policies are added for nqnfcinfo daemon Allow nqnfcinfo daemon to access nfc nq dev node and grant permission to set property. Change-Id: I85e72ed412bc5d91634146b743d75face9bcedb0 CRs-Fixed: 1088226 --- common/property_contexts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/property_contexts') diff --git a/common/property_contexts b/common/property_contexts index 78d90a32..5d457153 100755 --- a/common/property_contexts +++ b/common/property_contexts @@ -89,3 +89,5 @@ persist.graphics.vulkan.disable u:object_r:graphics_vulkan_prop:s0 sys.boot_mode u:object_r:boot_mode_prop:s0 # GPU ro.gpu.available_frequencies u:object_r:freq_prop:s0 +# NFC +sys.nfc.nq. u:object_r:nfc_nq_prop:s0 -- cgit v1.2.3