aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/orientationd.te
blob: 934f0759cf96fd92ea65da9601e2e57b232fc853 (plain)
1
2
3
4
5
6
7
8
# orientationd
type orientationd, domain;
type orientationd_exec, exec_type, file_type;

init_daemon_domain(orientationd)

allow orientationd input_device:dir { search read open };
allow orientationd self:process { execmem };