mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-30 15:01:47 +00:00
Added allow rule to make binder call to hwservicemanager due to denial
on call appearing in boot logs.
avc: denied { call } for pid=682 comm="BootAnimation"
scontext=u:r:bootanim:s0 tcontext=u:r:hwservicemanager:s0 tclass=binder
Bug: 34784662
Test: The call denials are no longer seen on bootup
Change-Id: I5a2976989c60f6d4fb92af1167bc6b545cd81e65
2 lines
45 B
Plaintext
2 lines
45 B
Plaintext
allow bootanim hwservicemanager:binder call;
|