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>
20 lines
698 B
Text
20 lines
698 B
Text
type hal_usb_impl, domain;
|
|
|
|
type hal_usb_impl_exec, vendor_file_type, exec_type, file_type;
|
|
init_daemon_domain(hal_usb_impl)
|
|
hal_server_domain(hal_usb_impl, hal_usb)
|
|
hal_server_domain(hal_usb_impl, hal_usb_gadget)
|
|
|
|
allow hal_usb_impl sysfs_batteryinfo:dir r_dir_perms;
|
|
allow hal_usb_impl sysfs_batteryinfo:file rw_file_perms;
|
|
get_prop(hal_usb_impl, vendor_usb_config_prop)
|
|
|
|
# Needed for monitoring usb port temperature
|
|
allow hal_usb_impl self:capability2 wake_alarm;
|
|
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;
|