From 38d4aa0bbc745aa5d68e1c4805077d676b406ab1 Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Wed, 23 Jun 2021 22:15:30 +0530 Subject: [PATCH] universal7885: sepolicy: Silence sec_system_init_shell denials spam Change-Id: Ic8d22b933e730672379624f268e5ecf9362b93f7 Signed-off-by: SamarV-121 --- sepolicy/private/sec_system_init_shell.te | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sepolicy/private/sec_system_init_shell.te diff --git a/sepolicy/private/sec_system_init_shell.te b/sepolicy/private/sec_system_init_shell.te new file mode 100644 index 0000000..73c3250 --- /dev/null +++ b/sepolicy/private/sec_system_init_shell.te @@ -0,0 +1,3 @@ +type sec_system_init_shell, domain; + +dontaudit sec_system_init_shell domain:file { getattr open };