Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit f3ffbac9 authored by Jan Altensen's avatar Jan Altensen
Browse files

sepolicy: Dontaudit sysinit

* These are neverallows
* We are running sysinit as permissive anyway

-> Get rid of them from everyone's logs

Change-Id: I29a8eeeb81f068a9766b550d4967d7998205535e
parent 4015af68
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -8,3 +8,8 @@ neverallow { domain -init } sysinit:process transition;
userdebug_or_eng(`
    permissive sysinit;
')

dontaudit sysinit shell_exec:file rx_file_perms;
dontaudit sysinit toolbox_exec:file rx_file_perms;
dontaudit sysinit system_file:file rx_file_perms;
dontaudit sysinit system_file:dir r_dir_perms;