2006-04-26 11:19:22 +00:00
|
|
|
# Pretuned by German Engineers
|
|
|
|
|
|
|
|
# No network interfaces in jails
|
2006-04-25 00:40:13 +00:00
|
|
|
network_interfaces=""
|
2006-04-26 11:19:22 +00:00
|
|
|
|
|
|
|
# Prevent rpc
|
2006-04-25 00:40:13 +00:00
|
|
|
rpcbind_enable="NO"
|
2006-04-26 11:19:22 +00:00
|
|
|
|
|
|
|
# Prevent loads of jails doing their cron jobs at the same time
|
2006-04-26 11:04:10 +00:00
|
|
|
cron_flags="$cron_flags -J 15"
|
2006-04-26 11:19:22 +00:00
|
|
|
|
|
|
|
# Prevent syslog to open sockets
|
2006-04-26 11:04:10 +00:00
|
|
|
syslogd_flags="-ss"
|
2006-04-26 11:19:22 +00:00
|
|
|
|
|
|
|
# Prevent sendmail to try to connect to localhost
|
2006-07-12 22:29:23 +00:00
|
|
|
sendmail_enable="NO"
|
|
|
|
sendmail_submit_enable="NO"
|
|
|
|
sendmail_outbound_enable="NO"
|
2006-04-26 11:19:22 +00:00
|
|
|
|
|
|
|
# Bring up sshd, it takes some time and uses some entropy on first startup
|
|
|
|
# sshd_enable="YES"
|