diff options
Diffstat (limited to 'sepolicy/location.te')
-rw-r--r-- | sepolicy/location.te | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sepolicy/location.te b/sepolicy/location.te index 4a38218..1bcd2fe 100644 --- a/sepolicy/location.te +++ b/sepolicy/location.te @@ -1,2 +1,3 @@ -allow location system_data_file:dir { write remove_name add_name }; -allow location wcnss_prop:file { read getattr open }; +allow location sysfs_msm_subsys:dir search; +allow location sysfs_soc:dir search; +allow location wcnss_prop:file r_file_perms; |