aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/init.te
diff options
context:
space:
mode:
authorJiangyi <sam.andrew.jiang@gmail.com>2015-03-22 11:31:17 -0400
committerAndreas Blaesius <skate4life@gmx.de>2015-09-02 07:01:43 -0700
commit3f39a972108430b02161d161764eed7a001324bd (patch)
treec2079e8d385f629c027b86e7dc88fb77abd412fa /sepolicy/init.te
parent50303d94c99c94c93207f03db0d1a8f56d917981 (diff)
downloaddevice_samsung_espressowifi-3f39a972108430b02161d161764eed7a001324bd.zip
device_samsung_espressowifi-3f39a972108430b02161d161764eed7a001324bd.tar.gz
device_samsung_espressowifi-3f39a972108430b02161d161764eed7a001324bd.tar.bz2
espresso-common: Update SELinux Policies [1/2]
Update policies, as well as commonize them here. Big thanks to Andreas B. for starting this off! Note: moved to espresso-common, needs some cleanup later Change-Id: I52c676e1ebd0bfb040cdd10eae429ee94e666fc6
Diffstat (limited to 'sepolicy/init.te')
-rw-r--r--sepolicy/init.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/init.te b/sepolicy/init.te
new file mode 100644
index 0000000..10790dc
--- /dev/null
+++ b/sepolicy/init.te
@@ -0,0 +1,3 @@
+# init
+allow init self:capability sys_module;
+allow init self:process execmem;