blob: 11087e5faf62306d25d417c72a00e2654311718e [file] [log] [blame]
maxwenbf33b372015-03-30 02:13:25 +02001###########################
2# OmniROM common sepolicy
3#
4
maxwen160f0db2015-01-06 02:04:50 +01005type sysinit, domain;
6type sysinit_exec, exec_type, file_type;
7
8init_daemon_domain(sysinit)
9
maxwenbf33b372015-03-30 02:13:25 +020010allow sysinit devpts:chr_file rw_file_perms;
11allow sysinit shell_exec:file rx_file_perms;
12allow sysinit system_file:file rx_file_perms;
13allow sysinit self:process { setcurrent setsched };
14allow sysinit userinit_exec:file { rx_file_perms };
15
maxwen160f0db2015-01-06 02:04:50 +010016
17