Update to 2024-09-04 10:00

This commit is contained in:
Daniel Berteaud
2024-09-04 10:00:14 +02:00
parent 24261372f0
commit ecfba7bb01
8 changed files with 58 additions and 27 deletions

View File

@@ -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;