You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
599 B
16 lines
599 B
4 months ago
|
type rmtfs, domain;
|
||
|
type rmtfs_exec, exec_type, vendor_file_type, file_type;
|
||
|
|
||
|
init_daemon_domain(rmtfs)
|
||
|
|
||
|
allow rmtfs block_device:dir search;
|
||
|
allow rmtfs modem_block_device:blk_file { open read };
|
||
|
allow rmtfs rmtfs_device:chr_file { open read write };
|
||
|
allow rmtfs self:capability net_admin;
|
||
|
allow rmtfs self:qipcrtr_socket { bind create getattr read setopt write };
|
||
|
allow rmtfs sysfs_mss:dir { open read search };
|
||
|
allow rmtfs sysfs_remoteproc:dir { open read search };
|
||
|
allow rmtfs sysfs_remoteproc:file { open write };
|
||
|
allow rmtfs sysfs_rmtfs:dir search;
|
||
|
allow rmtfs sysfs_rmtfs:file { open read };
|