1type gxp_logging, domain; 2type gxp_logging_exec, exec_type, vendor_file_type, file_type; 3init_daemon_domain(gxp_logging) 4 5# The logging service accesses /dev/gxp 6allow gxp_logging gxp_device:chr_file rw_file_perms; 7 8# Allow gxp tracing service to send packets to Perfetto 9userdebug_or_eng(`perfetto_producer(gxp_logging)') 10