aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/system_server.te
diff options
context:
space:
mode:
authorRGIB <gibellini.roberto@gmail.com>2016-06-01 17:02:15 +0200
committerRGIB <gibellini.roberto@gmail.com>2016-06-01 17:02:15 +0200
commit18a0f846e9b5f4e5c6592ca8d6c7bf768a8508eb (patch)
tree49d98ad4602ee2c29f9a3ae65313cf8982dfba5a /selinux/system_server.te
parent5c09772000d947042b77d85bda8af2a8939defd0 (diff)
downloaddevice_samsung_kona-common-18a0f846e9b5f4e5c6592ca8d6c7bf768a8508eb.zip
device_samsung_kona-common-18a0f846e9b5f4e5c6592ca8d6c7bf768a8508eb.tar.gz
device_samsung_kona-common-18a0f846e9b5f4e5c6592ca8d6c7bf768a8508eb.tar.bz2
kona : update selinux
Change-Id: I9705e3d989f74a2d3f0279e886a789b628ea0876
Diffstat (limited to 'selinux/system_server.te')
-rw-r--r--selinux/system_server.te3
1 files changed, 2 insertions, 1 deletions
diff --git a/selinux/system_server.te b/selinux/system_server.te
index 8f30fdc..cc0fbc4 100644
--- a/selinux/system_server.te
+++ b/selinux/system_server.te
@@ -3,4 +3,5 @@ allow system_server self:capability sys_module;
allow system_server efs_file:dir search;
allow system_server efs_file:file { read write open };
allow system_server gps_data_file:file setattr;
-allow system_server gps_data_file:dir { search write add_name }; \ No newline at end of file
+allow system_server gps_data_file:dir { search write add_name };
+allow system_server at_distributor:binder call;