sepolicy: Fix sysinit denials
Change-Id: Id87906a0a90278a4d50f3cf1b1b7c93b11b4cc25
diff --git a/common/private/sysinit.te b/common/private/sysinit.te
index 163030a..1b9c89d 100644
--- a/common/private/sysinit.te
+++ b/common/private/sysinit.te
@@ -7,7 +7,9 @@
allow sysinit devpts:chr_file rw_file_perms;
allow sysinit self:process setcurrent;
allow sysinit shell_exec:file rx_file_perms;
+allow sysinit system_file:dir r_dir_perms;
allow sysinit system_file:file rx_file_perms;
+allow sysinit toolbox_exec:file rx_file_perms;
userdebug_or_eng(`
allow sysinit userinit_data_exec:file { r_file_perms relabelto };