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