Allow dumpstate for a binder call with power Hal
This allows dumpstate to have a binder call with power Hal, this is needed for a CTS testcase: SELinuxHostTest#testNoBugreportDenials Change-Id: I646fdce79776083df74df48134e85c65dbee69dc
This commit is contained in:
parent
5d40fe89f3
commit
1442222426
1 changed files with 2 additions and 0 deletions
2
legacy/vendor/common/dumpstate.te
vendored
2
legacy/vendor/common/dumpstate.te
vendored
|
@ -41,3 +41,5 @@ dontaudit dumpstate sysfs:file * ;
|
|||
allow dumpstate debugfs_mmc:dir search;
|
||||
|
||||
binder_call(dumpstate, hal_light_default)
|
||||
|
||||
binder_call(dumpstate, hal_power_default)
|
||||
|
|
Loading…
Reference in a new issue