1type rmtfs, domain; 2type rmtfs_exec, exec_type, vendor_file_type, file_type; 3 4init_daemon_domain(rmtfs) 5 6allow rmtfs block_device:dir search; 7allow rmtfs modem_block_device:blk_file { open read }; 8allow rmtfs rmtfs_device:chr_file { open read write }; 9allow rmtfs self:capability net_admin; 10allow rmtfs self:qipcrtr_socket { bind create getattr read setopt write }; 11allow rmtfs sysfs_mss:dir { open read search }; 12allow rmtfs sysfs_remoteproc:dir { open read search }; 13allow rmtfs sysfs_remoteproc:file { open write }; 14allow rmtfs sysfs_rmtfs:dir search; 15allow rmtfs sysfs_rmtfs:file { open read }; 16