aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/smc_pa.te
blob: de15f4167c93c4f5f5cd0b5f9a0d7977707efc80 (plain)
1
2
3
4
5
6
7
8
# smc_pa
type smc_pa, domain;
type smc_pa_exec, exec_type, file_type;

init_daemon_domain(smc_pa)

allow smc_pa self:capability { dac_override };
allow smc_pa smc_device:chr_file { read write open ioctl };