mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 18:31:28 +01:00 
			
		
		
		
	Update to 2022-01-17 10:00
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| module zabbix_proxy 1.1; | ||||
| module zabbix_proxy 1.2; | ||||
|  | ||||
| require { | ||||
|         type zabbix_var_run_t; | ||||
| @@ -7,7 +7,7 @@ require { | ||||
|         type ping_t; | ||||
|         class sock_file { create unlink }; | ||||
|         class unix_stream_socket connectto; | ||||
|         class file { getattr read }; | ||||
|         class file { getattr read execute execute_no_trans }; | ||||
|         class capability dac_override; | ||||
| } | ||||
|  | ||||
| @@ -18,3 +18,4 @@ allow ping_t zabbix_var_lib_t:file { getattr read }; | ||||
| allow zabbix_t self:unix_stream_socket connectto; | ||||
| allow zabbix_t zabbix_var_run_t:sock_file { create unlink }; | ||||
| allow zabbix_t self:capability dac_override; | ||||
| allow zabbix_t zabbix_var_lib_t:file { execute execute_no_trans }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud