sm8150-common: sepolicy: Use r_dir_file() macro for wcnss_service
Change-Id: I721936c7a298fdd328cb8b3568787cc49b3cdad8
This commit is contained in:
parent
3b89c8f844
commit
7c34f92d81
|
@ -1,3 +1,2 @@
|
|||
# Allow wcnss_service to read sysfs_project_info
|
||||
allow wcnss_service sysfs_project_info:dir search;
|
||||
allow wcnss_service sysfs_project_info:file r_file_perms;
|
||||
# Allow wcnss_service to read files in sysfs_project_info
|
||||
r_dir_file(wcnss_service, sysfs_project_info)
|
||||
|
|
Loading…
Reference in New Issue