diff options
Diffstat (limited to 'sepolicy/location.te')
-rw-r--r-- | sepolicy/location.te | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sepolicy/location.te b/sepolicy/location.te index ab3ba1f..e6dacad 100644 --- a/sepolicy/location.te +++ b/sepolicy/location.te @@ -1,4 +1,5 @@ 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 }; +allow location sysfs_msm_subsys:file { getattr open read setattr }; +allow location location_data_file:sock_file unlink; |