aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/geomagneticd.te
blob: 60bd9162fcf90c0ee8c71d91d287dfd7386471ce (plain)
1
2
3
4
5
6
7
8
9
10
11
type geomagneticd, domain;
type geomagneticd_exec, exec_type, file_type;
init_daemon_domain(geomagneticd)
domain_trans(init, rootfs, geomagneticd)

allow geomagneticd gps_data_file:file write;
allow geomagneticd input_device:chr_file { read ioctl open };
allow geomagneticd input_device:dir { read open };
allow geomagneticd gps_data_file:file { read getattr open };
allow geomagneticd sysfs:file write;
allow geomagneticd input_device:dir search;