blob: 0f20b714a9de7255cbd8361b63b25fd64c779c1c (
plain)
1
2
3
4
5
|
type_transition netmgrd system_data_file:file netmgrd_data_file "log.txt";
allow netmgrd self:capability dac_override;
allow netmgrd netmgrd_data_file:file rw_file_perms;
allow netmgrd diag_device:chr_file { read write };
allow netmgrd net_data_file:dir read;
|