aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/location.te
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2018-09-24 15:16:54 +0200
committerDavide Garberi <dade.garberi@gmail.com>2018-09-25 15:22:21 +0200
commit0adb92fe3d6a96b622d7ca417ced50e33b9f727f (patch)
tree9463ef694d2eb11e0a83ec86ef589b1f6dbd2799 /sepolicy/location.te
parente2e5733b0b21ee1af9572bb9edd55fa64be56350 (diff)
msm8996-common: sepolicy: Address some denials
Change-Id: Id7520ca339db83eeeb8b3e608a44809141e30df3 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'sepolicy/location.te')
-rw-r--r--sepolicy/location.te3
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;