blob: e28daa1381f6e5e8fd76c2bb5259c283f2d10905 [file] [log] [blame]
maxwen160f0db2015-01-06 02:04:50 +01001type sysinit, domain;
2type sysinit_exec, exec_type, file_type;
3
4init_daemon_domain(sysinit)
5
6#============= sysinit ==============
7allow sysinit devpts:chr_file { rw_file_perms };
8allow sysinit shell_exec:file { rx_file_perms };
9allow sysinit system_file:file { rx_file_perms };
10allow sysinit self:process setcurrent;
11
12