sepolicy: Allow the write access to persist property

Add the set_prop for the hvdcp_opti to have a write access to the
persist property.

Change-Id: Id15a2529faa74e2fc96cec9a9d02d2dd84145d34
Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
This commit is contained in:
Kiran Gunda
2019-05-01 10:52:41 +05:30
committed by Gerrit - the friendly Code Review server
parent 3233102de8
commit 28b52b4bc4

View File

@@ -64,5 +64,5 @@ allow hvdcp mnt_vendor_file:dir search;
allow hvdcp persist_hvdcp_file:dir rw_dir_perms;
allow hvdcp persist_hvdcp_file:file create_file_perms;
get_prop(hvdcp, vendor_hvdcp_opti_prop)
set_prop(hvdcp, vendor_hvdcp_opti_prop)
wakelock_use(hvdcp)