summaryrefslogtreecommitdiffstats
path: root/common/energyawareness.te
blob: c3c895f2d9eb1d73d7f3d00dae0ce509a555c710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
type energyawareness, domain;
type energyawareness_exec, exec_type, file_type;

#started by init
init_daemon_domain(energyawareness)

#allow access to pta and uio interface
allow energyawareness pta_device:chr_file rw_file_perms;
allow energyawareness uio_device:chr_file rw_file_perms;

allow energyawareness self:netlink_kobject_uevent_socket create_socket_perms;

allow energyawareness self:capability net_admin;