galeranotify/galeranotify.te

15 lines
300 B
Plaintext
Raw Permalink Normal View History

2013-09-26 20:31:36 +02:00
module galeranotify 1.0;
require {
type smtp_port_t;
type mysqld_t;
class tcp_socket name_connect;
}
#============= mysqld_t ==============
#!!!! This avc can be allowed using one of the these booleans:
# mysql_connect_any, allow_ypbind
allow mysqld_t smtp_port_t:tcp_socket name_connect;