summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-21 01:06:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-21 01:06:58 +0000
commit323f211183772f1a6635c9e1c1146ac858f578cb (patch)
tree885e67b8404ea71840f107aa716d4dbc562a8269
parentfe29bb05f1da447de4566daaf6db8ca71cee6db5 (diff)
parente2063fa9ed8fc850a653c0727e9b0d200376f90f (diff)
downloadpixel-sepolicy-323f211183772f1a6635c9e1c1146ac858f578cb.tar.gz
Snap for 7662841 from e2063fa9ed8fc850a653c0727e9b0d200376f90f to sc-v2-release
Change-Id: I190607c4728fd450c154c991aadeda1b39a19e1a
-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 };