Allow dumpstate to have 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: I5424b876f397426308818327ed148bb7aa1f7387
This commit is contained in:
parent
34571719c9
commit
571ac41ed5
2 changed files with 2 additions and 0 deletions
1
legacy/vendor/common/dumpstate.te
vendored
1
legacy/vendor/common/dumpstate.te
vendored
|
@ -41,3 +41,4 @@ dontaudit dumpstate sysfs:file * ;
|
|||
allow dumpstate debugfs_mmc:dir search;
|
||||
|
||||
binder_call(dumpstate, hal_light_default)
|
||||
binder_call(dumpstate, hal_power_default)
|
||||
|
|
1
qva/vendor/common/dumpstate.te
vendored
1
qva/vendor/common/dumpstate.te
vendored
|
@ -45,3 +45,4 @@ allow dumpstate debugfs_mmc:dir search;
|
|||
allow dumpstate vendor_hal_neuralnetworks_default:process signal;
|
||||
|
||||
binder_call(dumpstate, hal_light_default)
|
||||
binder_call(dumpstate, hal_power_default)
|
||||
|
|
Loading…
Reference in a new issue