• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type irqbalance, domain;
2type irqbalance_exec, exec_type, file_type;
3
4init_daemon_domain(irqbalance);
5
6allow irqbalance self:capability { setgid setuid };
7
8allow irqbalance sysfs_devices_system_cpu:file rw_file_perms;
9allow irqbalance proc_irq:dir r_dir_perms;
10allow irqbalance proc_irq:file rw_file_perms;
11
12r_dir_file(irqbalance, proc)