summaryrefslogtreecommitdiff
path: root/vendor/hal_usb_impl.te
blob: 4086fb37118ee3d29788ada8605eab976474c24f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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;
allow hal_usb_impl dumpstate:fd use;
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);

# For monitoring usb sysfs attributes
allow hal_usb_impl sysfs_wakeup:dir search;
allow hal_usb_impl sysfs_wakeup:file r_file_perms;

# For metrics upload
allow hal_usb_impl fwk_stats_service:service_manager find;