mirror of https://github.com/Icinga/icinga2.git
Selinux: Added graphite support
This commit is contained in:
parent
7351ab0f6b
commit
beeaf9b6e1
|
@ -1,4 +1,4 @@
|
|||
policy_module(icinga2, 0.1.1)
|
||||
policy_module(icinga2, 0.1.2)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -101,6 +101,8 @@ mysql_tcp_connect(icinga2_t)
|
|||
postgresql_stream_connect(icinga2_t)
|
||||
postgresql_tcp_connect(icinga2_t)
|
||||
|
||||
# graphite is using port 2003 which is lmtp_port_t
|
||||
corenet_tcp_connect_lmtp_port(icinga2_t)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue