Ansible roles
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
479 B

module zabbix_server 1.0;
require {
type zabbix_var_run_t;
type zabbix_t;
type zabbix_var_lib_t;
class sock_file { create unlink };
class unix_stream_socket connectto;
class file { execute execute_no_trans };
}
#============= zabbix_t ==============
allow zabbix_t self:unix_stream_socket connectto;
allow zabbix_t zabbix_var_lib_t:file { execute execute_no_trans };
allow zabbix_t zabbix_var_run_t:sock_file { create unlink };