Merge "sepolicy: rules for adsprpcd to access persist files" into sepolicy.lnx.4.9

This commit is contained in:
Linux Build Service Account
2018-06-13 00:51:15 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -9,3 +9,5 @@ allow adsprpcd qdsp_device:chr_file r_file_perms;
allow adsprpcd system_file:dir r_dir_perms;
r_dir_file(adsprpcd, adsprpcd_file)
allow adsprpcd persist_sensors_file:dir create_dir_perms;
allow adsprpcd persist_sensors_file:file create_file_perms;