hal_usb_impl: allow fwk_stats_service
12-18 11:12:58.401 443 443 I auditd : avc: denied { find } for pid=865 uid=1000 name=android.frameworks.stats.IStats/default scontext=u:r:hal_usb_impl:s0 tcontext=u:object_r:fwk_stats_service:s0 tclass=service_manager permissive=0 Bug: 316989074 Change-Id: I74867901f513926379cd2ba35140a5ccb582467f Signed-off-by: Chien Kun Niu <rickyniu@google.com>
This commit is contained in:
parent
20689064e3
commit
14ca9862d2
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
# b/316989074
|
||||
dontaudit hal_usb_impl fwk_stats_service:service_manager { find };
|
3
vendor/hal_usb_impl.te
vendored
3
vendor/hal_usb_impl.te
vendored
|
@ -15,3 +15,6 @@ wakelock_use(hal_usb_impl);
|
|||
|
||||
# For interfacing with ThermalHAL
|
||||
hal_client_domain(hal_usb_impl, hal_thermal);
|
||||
|
||||
# Needed for reporting Usb Overheat suez event through statsd
|
||||
allow hal_usb_impl fwk_stats_service:service_manager find;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue