blob: 2cd76a1976406a6db8e84c6b15eed02c2b28c06e [file] [log] [blame]
merothh2b51bb02022-03-01 16:15:57 +05301type tctd, domain;
2type tctd_exec, exec_type, vendor_file_type, file_type;
3init_daemon_domain(tctd);
4
5# Traceability
6allow tctd block_device:dir search;
7allow tctd traceability_block_device:blk_file rw_file_perms;
8
9# Bluetooth MAC
Rohit Sekharcde5a732023-08-24 13:04:00 +053010dontaudit tctd mnt_vendor_file:dir search;
11dontaudit tctd property_socket:sock_file write;
merothh2b51bb02022-03-01 16:15:57 +053012
Rohit Sekharcde5a732023-08-24 13:04:00 +053013# Qualcomm IPC router, necessary groundwork for the vendor.rmt_storage service
14allow tctd self:qipcrtr_socket create_socket_perms_no_ioctl;