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

init_daemon_domain(orientationd)

# the sensor is an input device
allow orientationd input_device:chr_file rw_file_perms;
allow orientationd input_device:dir r_dir_perms;