summaryrefslogtreecommitdiff
path: root/rebalance_interrupts
diff options
context:
space:
mode:
Diffstat (limited to 'rebalance_interrupts')
-rw-r--r--rebalance_interrupts/rebalance_interrupts.te3
1 files changed, 2 insertions, 1 deletions
diff --git a/rebalance_interrupts/rebalance_interrupts.te b/rebalance_interrupts/rebalance_interrupts.te
index 668a696..a76b7d6 100644
--- a/rebalance_interrupts/rebalance_interrupts.te
+++ b/rebalance_interrupts/rebalance_interrupts.te
@@ -7,4 +7,5 @@ init_daemon_domain(rebalance_interrupts_vendor)
allow rebalance_interrupts_vendor sysfs_irq:dir r_dir_perms;
allow rebalance_interrupts_vendor sysfs_irq:file r_file_perms;
allow rebalance_interrupts_vendor proc_irq:dir r_dir_perms;
-allow rebalance_interrupts_vendor proc_irq:file rw_file_perms;
+allow rebalance_interrupts_vendor proc_irq:file { rw_file_perms setattr };
+allow rebalance_interrupts_vendor self:capability { chown setuid setgid };