mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-27 08:22:36 +00:00
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
|
|
||
|
module tomcat-mysql-hirs 1.0;
|
||
|
|
||
|
require {
|
||
|
type mysqld_port_t;
|
||
|
type tomcat_t;
|
||
|
class tcp_socket name_connect;
|
||
|
}
|
||
|
|
||
|
#============= tomcat_t ==============
|
||
|
|
||
|
#!!!! This avc is allowed in the current policy
|
||
|
allow tomcat_t mysqld_port_t:tcp_socket name_connect;
|