summaryrefslogtreecommitdiff
path: root/sepolicy/file.te
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2018-04-12 11:00:06 +0530
committerAmit Pundir <amit.pundir@linaro.org>2018-04-16 00:46:00 +0530
commitaa973f2f791a4be05d171e2316888361a79813df (patch)
tree181164606bd3f47674c471300676b20ee74bb8ae /sepolicy/file.te
parent46b1b4d39fd80031c7325c72e3b0ee2306c9c667 (diff)
sepolicy: Set SELinux in enforcing mode
Minimal SELinux policies to boot dragonboards to UI. Change-Id: I05f3ccd346cb9bf09529db44466896dd5225adb4 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'sepolicy/file.te')
-rw-r--r--sepolicy/file.te3
1 files changed, 2 insertions, 1 deletions
diff --git a/sepolicy/file.te b/sepolicy/file.te
index 0db8b94..e9f3496 100644
--- a/sepolicy/file.te
+++ b/sepolicy/file.te
@@ -1 +1,2 @@
-type sync_file, fs_type, debugfs_type;
+type debugfs_sync, fs_type, debugfs_type;
+type sw_sync_device, dev_type;