aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/system_server.te
diff options
context:
space:
mode:
authorRGIB <gibellini.roberto@gmail.com>2016-04-04 16:23:21 +0200
committerRoberto Gibellini <gibellini.roberto@gmail.com>2016-04-05 14:32:20 -0700
commitdb70d22263602fb90fffdfa277eff287c3fee757 (patch)
treea1aca3140c3d7e44959e7567bf9a7304ad116838 /selinux/system_server.te
parentf29e5e4bf0661a744456580ec17033170eee4aa5 (diff)
downloaddevice_samsung_kona-common-db70d22263602fb90fffdfa277eff287c3fee757.zip
device_samsung_kona-common-db70d22263602fb90fffdfa277eff287c3fee757.tar.gz
device_samsung_kona-common-db70d22263602fb90fffdfa277eff287c3fee757.tar.bz2
kona : MM sepolicy
Change-Id: Ib7816ea15871cc75d8cd68a5d0cbcf5e6fe66c18
Diffstat (limited to 'selinux/system_server.te')
-rw-r--r--selinux/system_server.te8
1 files changed, 3 insertions, 5 deletions
diff --git a/selinux/system_server.te b/selinux/system_server.te
index 0ba4b3f..659c32b 100644
--- a/selinux/system_server.te
+++ b/selinux/system_server.te
@@ -1,6 +1,4 @@
+allow system_server gps_data_file:fifo_file { write read open setattr };
+allow system_server self:capability sys_module;
allow system_server efs_file:dir search;
-allow system_server dex2oat_exec:file execute;
-allow system_server log_device:dir search;
-allow system_server system_file:file execmod;
-allow system_server log_device:chr_file { write open };
-allow system_server unlabeled:file write;
+allow system_server gps_data_file:dir search;