sm8150-common: sepolicy: Use r_dir_file() macro for wcnss_service

Change-Id: I721936c7a298fdd328cb8b3568787cc49b3cdad8
This commit is contained in:
LuK1337 2020-01-14 02:21:33 +01:00
parent 3b89c8f844
commit 7c34f92d81
1 changed files with 2 additions and 3 deletions

View File

@ -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)