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; |
Edmond Chung | 9b1dc1d | 2021-08-18 14:52:22 -0700 | [diff] [blame^] | 10 | allow rebalance_interrupts_vendor proc_irq:file { rw_file_perms setattr }; |
| 11 | allow rebalance_interrupts_vendor self:capability { chown setuid setgid }; |