Fix avc denials for powerhal

selinux policy is already added by other commit "9cc7041",
so remove the previous setting.

Test: boot to home screen
Bug: 218934377
Signed-off-by: chungkai <chungkai@google.com>
Change-Id: Id11ee7b4ae216a54e7051190f8ca382e97a76ade
This commit is contained in:
chungkai 2022-02-11 06:44:48 +00:00 committed by Chung-Kai (Michael) Mei
parent c5f0e9723f
commit 2d7c980fa6

View file

@ -1,5 +1,2 @@
# b/208909174
dontaudit hal_power_default hal_power_default:capability { dac_read_search };
# b/218934377
dontaudit hal_power_default sysfs:file { open };
dontaudit hal_power_default sysfs:file { write };