blob: b35b9400d88664e4050b5a54f8231a2bd840a519 [file] [log] [blame]
Amit Pundir33109f72020-02-07 22:26:08 +05301type 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 };
Amit Pundirf6a643c2020-04-15 17:27:21 +053011allow rmtfs sysfs_mss:dir { open read search };
12allow rmtfs sysfs_remoteproc:dir { open read search };
Luca Weissae3613f2022-03-24 09:17:10 +010013allow rmtfs sysfs_remoteproc:file { open read write };
Amit Pundirf6a643c2020-04-15 17:27:21 +053014allow rmtfs sysfs_rmtfs:dir search;
15allow rmtfs sysfs_rmtfs:file { open read };