aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/location.te
diff options
context:
space:
mode:
authorCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-03-22 00:27:36 +0100
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-03-22 00:31:40 +0100
commit8be7295c84f8db5a0abde433b1f50c5cd38ba609 (patch)
tree46dae54dbc14c77fb07874b7ce79968fc531b15d /sepolicy/location.te
parent75f1bfc69423641d4bc515e190b293d56c754922 (diff)
msm8996-common: Fix some SELinux denials.
Diffstat (limited to 'sepolicy/location.te')
-rw-r--r--sepolicy/location.te5
1 files changed, 2 insertions, 3 deletions
diff --git a/sepolicy/location.te b/sepolicy/location.te
index 552344d..4a38218 100644
--- a/sepolicy/location.te
+++ b/sepolicy/location.te
@@ -1,3 +1,2 @@
-allow location system_data_file:dir { write remove_name };
-allow location system_data_file:dir add_name;
-allow location wcnss_prop:file read;
+allow location system_data_file:dir { write remove_name add_name };
+allow location wcnss_prop:file { read getattr open };