blob: 91f8d338bd5f7e6b94325e619d4adbc9addb0793 [file] [log] [blame]
Amit Pundird477f822020-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 Pundira1004be2020-04-15 17:27:21 +053011allow rmtfs sysfs_mss:dir { open read search };
12allow rmtfs sysfs_remoteproc:dir { open read search };
13allow rmtfs sysfs_remoteproc:file { open write };
Amit Pundir94ccdd92024-02-20 17:50:31 +053014allow rmtfs sysfs_remoteproc:file read;
Amit Pundira1004be2020-04-15 17:27:21 +053015allow rmtfs sysfs_rmtfs:dir search;
16allow rmtfs sysfs_rmtfs:file { open read };