sepolicy: qti: allow vendor_rmt_storage to read sysfs file

rmt_storage: type=1400 audit(0.0:17): avc:  denied  { read } for  name="name" dev="sysfs" ino=58041 scontext=u:r:vendor_rmt_storage:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
This commit is contained in:
sreeshankark
2023-10-21 18:51:50 +05:30
parent f0c534137e
commit 244521b64e

View File

@@ -1,5 +1,7 @@
allow vendor_rmt_storage vendor_reserve_partition:blk_file rw_file_perms;
allow vendor_rmt_storage sysfs:file read;
get_prop(vendor_rmt_storage, vendor_radio_prop)
rw_dir_file(vendor_rmt_storage, vendor_proc_engineer)