1# rebalance_interrupts vendor 2type rebalance_interrupts_vendor, domain; 3 4type rebalance_interrupts_vendor_exec, exec_type, vendor_file_type, file_type; 5init_daemon_domain(rebalance_interrupts_vendor) 6 7allow rebalance_interrupts_vendor sysfs_irq:dir r_dir_perms; 8allow rebalance_interrupts_vendor sysfs_irq:file r_file_perms; 9allow rebalance_interrupts_vendor proc_irq:dir r_dir_perms; 10allow rebalance_interrupts_vendor proc_irq:file { rw_file_perms setattr }; 11allow rebalance_interrupts_vendor self:capability { chown setuid setgid }; 12