type tctd, domain; | |
type tctd_exec, exec_type, vendor_file_type, file_type; | |
init_daemon_domain(tctd); | |
# Traceability | |
allow tctd block_device:dir search; | |
allow tctd traceability_block_device:blk_file rw_file_perms; | |
# Bluetooth MAC | |
dontaudit tctd mnt_vendor_file:dir search; | |
dontaudit tctd property_socket:sock_file write; | |
# Qualcomm IPC router, necessary groundwork for the vendor.rmt_storage service | |
allow tctd self:qipcrtr_socket create_socket_perms_no_ioctl; |