summaryrefslogtreecommitdiffstats
path: root/selinux/SMD-daemon.te
blob: 031daf0063444e214afe13c2232775a751e75884 (plain)
1
2
3
4
5
6
7
8
9
type SMD-daemon, domain;
type SMD-daemon_exec, exec_type, file_type;
init_daemon_domain(SMD-daemon)

allow SMD-daemon system_file:file { execute_no_trans };
allow SMD-daemon self:capability { setuid };

allow SMD-daemon log_device:chr_file { write open };
allow SMD-daemon log_device:dir { search };