remove tests from kernel-qa, more comments in all
This commit is contained in:
parent
8d32c355f7
commit
ac61606e38
2 changed files with 1 additions and 4 deletions
|
@ -3,6 +3,7 @@ freezes: true
|
||||||
# example of ports for default iptables
|
# example of ports for default iptables
|
||||||
# tcp_ports: [ 22, 80, 443 ]
|
# tcp_ports: [ 22, 80, 443 ]
|
||||||
# udp_ports: [ 110, 1024, 2049 ]
|
# udp_ports: [ 110, 1024, 2049 ]
|
||||||
|
# multiple lines can be handled as below
|
||||||
# custom_rules: [ '-A INPUT -p tcp -m tcp --dport 8888 -j ACCEPT',
|
# custom_rules: [ '-A INPUT -p tcp -m tcp --dport 8888 -j ACCEPT',
|
||||||
# '-A INPUT -p tcp -m tcp --dport 8889 -j ACCEPT' ]
|
# '-A INPUT -p tcp -m tcp --dport 8889 -j ACCEPT' ]
|
||||||
|
|
||||||
|
|
|
@ -4,10 +4,6 @@ resolvconf: $files/resolv.conf/phx2
|
||||||
rsyslogconf: $files/rsyslog/rsyslog.conf.phx2
|
rsyslogconf: $files/rsyslog/rsyslog.conf.phx2
|
||||||
fas_client_groups: sysadmin-kernel
|
fas_client_groups: sysadmin-kernel
|
||||||
sudoers: $private/files/sudo/kernel-qa
|
sudoers: $private/files/sudo/kernel-qa
|
||||||
tcp_ports: [ 22, 80, 443 ]
|
|
||||||
udp_ports: [ 110, 1024, 2049 ]
|
|
||||||
custom_rules: [ '-A INPUT -p tcp -m tcp --dport 8888 -j ACCEPT',
|
|
||||||
'-A INPUT -p tcp -m tcp --dport 8889 -j ACCEPT' ]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue