summaryrefslogtreecommitdiff
path: root/rebalance_interrupts/rebalance_interrupts.te
blob: 668a696fcdf7c1e0c7c63a438b61047bc674ca02 (plain)
1
2
3
4
5
6
7
8
9
10
# rebalance_interrupts vendor
type rebalance_interrupts_vendor, domain;

type rebalance_interrupts_vendor_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(rebalance_interrupts_vendor)

allow rebalance_interrupts_vendor sysfs_irq:dir r_dir_perms;
allow rebalance_interrupts_vendor sysfs_irq:file r_file_perms;
allow rebalance_interrupts_vendor proc_irq:dir r_dir_perms;
allow rebalance_interrupts_vendor proc_irq:file rw_file_perms;