From 2bf275f870e6ee27f84c3d251e2b6d5964e2122b Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Mon, 25 Sep 2017 23:09:37 -0700 Subject: [PATCH] msm8976-common: sepolicy: Use noatsecure for everything * We rely on LD_SHIM_LIBS to provide missing symbols to some of our proprietary libraries. Change-Id: I17095630043bbd5af4436cd5625a0fdc3480ed05 --- sepolicy/init.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/init.te b/sepolicy/init.te index 5e21037..a26a025 100644 --- a/sepolicy/init.te +++ b/sepolicy/init.te @@ -1 +1,2 @@ +allow init { domain -lmkd -crash_dump }:process noatsecure; allow init debugfs:file write;