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:
Shayak Biswas 2020-12-04 12:37:02 +05:30
parent 5d40fe89f3
commit 1442222426

View file

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