summaryrefslogtreecommitdiff
path: root/sepolicy/init-cpuset-sh.te
blob: 2216660f937e767aa68b6a4dd9279564f9b93eed (plain)
1
2
3
4
5
6
7
type init-cpuset-sh, domain;
type init-cpuset-sh_exec, exec_type, file_type;

init_daemon_domain(init-cpuset-sh)

allow init-cpuset-sh system_file:file execute_no_trans;
allow init-cpuset-sh shell_exec:file { read getattr };