blob: 2bd15666ac82938c58461ff7768634031c5f1471 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
type irqbalance, domain;
type irqbalance_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(irqbalance);
allow irqbalance self:capability { setgid setuid };
allow irqbalance sysfs_devices_system_cpu:file rw_file_perms;
allow irqbalance proc_irq:dir r_dir_perms;
allow irqbalance proc_irq:file rw_file_perms;
allow irqbalance proc_stat:file r_file_perms;
allow irqbalance proc_interrupts:file r_file_perms;
r_dir_file(irqbalance, proc)
|