16 lines
610 B
Plaintext
16 lines
610 B
Plaintext
|
type edgetpu_logging, domain;
|
||
|
type edgetpu_logging_exec, exec_type, vendor_file_type, file_type;
|
||
|
init_daemon_domain(edgetpu_logging)
|
||
|
|
||
|
# The logging service accesses /dev/<edgetpu device>
|
||
|
allow edgetpu_logging edgetpu_device:chr_file rw_file_perms;
|
||
|
|
||
|
# Allows the logging service to access /sys/class/edgetpu
|
||
|
allow edgetpu_logging sysfs_edgetpu:dir search;
|
||
|
allow edgetpu_logging sysfs_edgetpu:file rw_file_perms;
|
||
|
|
||
|
# Allow TPU logging service to log to stats service. (metrics)
|
||
|
allow edgetpu_logging fwk_stats_service:service_manager find;
|
||
|
binder_call(edgetpu_logging, system_server);
|
||
|
binder_use(edgetpu_logging)
|