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:
Rajeswari N 2020-07-21 10:41:53 +05:30
parent 34571719c9
commit 571ac41ed5
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -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)