From de5ba527af64c2ae715c2487119a27501d85cc09 Mon Sep 17 00:00:00 2001 From: dd3boh Date: Fri, 3 Nov 2017 19:48:41 +0100 Subject: msm8996-common: Initial sepolicy * Lots of parts are from the old one so thanks to everyone who contributed to that one * Still it doesn't boot in enforcing though Signed-off-by: dd3boh --- sepolicy/init.te | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sepolicy/init.te (limited to 'sepolicy/init.te') diff --git a/sepolicy/init.te b/sepolicy/init.te new file mode 100644 index 0000000..33a9b3e --- /dev/null +++ b/sepolicy/init.te @@ -0,0 +1,2 @@ +allow init socket_device:sock_file { create unlink setattr }; +allow init proc_dirty_ratio:file write; -- cgit v1.2.3