Andrew Chant | a2e1acc | 2021-05-17 09:24:56 -0700 | [diff] [blame] | 1 | # rebalance_interrupts vendor |
| 2 | type rebalance_interrupts_vendor, domain; |
| 3 | |
| 4 | type rebalance_interrupts_vendor_exec, exec_type, vendor_file_type, file_type; |
| 5 | init_daemon_domain(rebalance_interrupts_vendor) |
| 6 | |
| 7 | allow rebalance_interrupts_vendor sysfs_irq:dir r_dir_perms; |
| 8 | allow rebalance_interrupts_vendor sysfs_irq:file r_file_perms; |
| 9 | allow rebalance_interrupts_vendor proc_irq:dir r_dir_perms; |
| 10 | allow rebalance_interrupts_vendor proc_irq:file rw_file_perms; |