myfluxi | 12daaee | 2014-11-22 19:33:26 +0100 | [diff] [blame^] | 1 | type sysinit, domain; |
2 | type sysinit_exec, exec_type, file_type; | ||||
3 | |||||
4 | init_daemon_domain(sysinit) | ||||
5 | |||||
6 | #============= sysinit ============== | ||||
7 | allow sysinit devpts:chr_file { rw_file_perms }; | ||||
8 | allow sysinit shell_exec:file { rx_file_perms }; | ||||
9 | allow sysinit system_file:file { rx_file_perms }; | ||||
10 | allow sysinit self:process setcurrent; | ||||
11 |