summaryrefslogtreecommitdiffstats
path: root/sepolicy/sysinit.te
blob: dea539e8f38d31c490a3265f73f896ed2e135c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
type sysinit, domain;
type sysinit_exec, exec_type, file_type;

init_daemon_domain(sysinit)

#============= sysinit ==============
allow sysinit devpts:chr_file { rw_file_perms };
allow sysinit shell_exec:file { rx_file_perms };
allow sysinit system_file:file { rx_file_perms };
allow sysinit self:process setcurrent;