Home | History | Annotate | Download | only in sepolicy
      1 type irqbalance, domain, domain_deprecated;
      2 type irqbalance_exec, exec_type, file_type;
      3 
      4 init_daemon_domain(irqbalance);
      5 
      6 allow irqbalance sysfs_devices_system_cpu:file rw_file_perms;
      7 allow irqbalance proc_irq:dir r_dir_perms;
      8 allow irqbalance proc_irq:file rw_file_perms;
      9