mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2024-09-04 10:00
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
module zabbix_server 1.2;
|
||||
module zabbix_server 1.4;
|
||||
|
||||
require {
|
||||
type zabbix_var_run_t;
|
||||
type zabbix_t;
|
||||
type zabbix_var_lib_t;
|
||||
type mysqld_db_t;
|
||||
type httpd_t;
|
||||
type unconfined_service_t;
|
||||
class sock_file { create unlink write };
|
||||
class unix_stream_socket connectto;
|
||||
class file { execute execute_no_trans };
|
||||
@@ -17,4 +19,5 @@ allow zabbix_t self:capability dac_override;
|
||||
allow zabbix_t zabbix_var_lib_t:file { execute execute_no_trans };
|
||||
allow zabbix_t zabbix_var_run_t:sock_file { create unlink };
|
||||
allow zabbix_t mysqld_db_t:sock_file write;
|
||||
|
||||
allow zabbix_t unconfined_service_t:unix_stream_socket connectto;
|
||||
allow httpd_t unconfined_service_t:unix_stream_socket connectto;
|
||||
|
Reference in New Issue
Block a user