merothh | 2b51bb0 | 2022-03-01 16:15:57 +0530 | [diff] [blame] | 1 | type tctd, domain; |
| 2 | type tctd_exec, exec_type, vendor_file_type, file_type; |
| 3 | init_daemon_domain(tctd); |
| 4 | |
| 5 | # Traceability |
| 6 | allow tctd block_device:dir search; |
| 7 | allow tctd traceability_block_device:blk_file rw_file_perms; |
| 8 | |
| 9 | # Bluetooth MAC |
Rohit Sekhar | cde5a73 | 2023-08-24 13:04:00 +0530 | [diff] [blame] | 10 | dontaudit tctd mnt_vendor_file:dir search; |
| 11 | dontaudit tctd property_socket:sock_file write; |
merothh | 2b51bb0 | 2022-03-01 16:15:57 +0530 | [diff] [blame] | 12 | |
Rohit Sekhar | cde5a73 | 2023-08-24 13:04:00 +0530 | [diff] [blame] | 13 | # Qualcomm IPC router, necessary groundwork for the vendor.rmt_storage service |
| 14 | allow tctd self:qipcrtr_socket create_socket_perms_no_ioctl; |