blob: 950bf580105be3c5a29001ecdf235b94127095a9 [file] [log] [blame]
Nick Kralevich3b71e252014-04-18 16:30:35 -07001# touch_fusion
2type touch_fusion, domain;
3type touch_fusion_exec, exec_type, file_type;
4
5# Why net_admin?
6allow touch_fusion self:capability { net_admin sys_nice };
7
8allow touch_fusion graphics_device:dir r_dir_perms;
9allow touch_fusion graphics_device:chr_file r_file_perms;
10allow touch_fusion kmsg_device:chr_file { w_file_perms getattr };
11allow touch_fusion self:netlink_socket create_socket_perms;