Some nicer defaults along with explanation
This commit is contained in:
parent
cbbb4bf480
commit
d55b68f4f6
@ -1,4 +1,19 @@
|
|||||||
|
# Pretuned by German Engineers
|
||||||
|
|
||||||
|
# No network interfaces in jails
|
||||||
network_interfaces=""
|
network_interfaces=""
|
||||||
|
|
||||||
|
# Prevent rpc
|
||||||
rpcbind_enable="NO"
|
rpcbind_enable="NO"
|
||||||
|
|
||||||
|
# Prevent loads of jails doing their cron jobs at the same time
|
||||||
cron_flags="$cron_flags -J 15"
|
cron_flags="$cron_flags -J 15"
|
||||||
|
|
||||||
|
# Prevent syslog to open sockets
|
||||||
syslogd_flags="-ss"
|
syslogd_flags="-ss"
|
||||||
|
|
||||||
|
# Prevent sendmail to try to connect to localhost
|
||||||
|
# sendmail_enable="NONE"
|
||||||
|
|
||||||
|
# Bring up sshd, it takes some time and uses some entropy on first startup
|
||||||
|
# sshd_enable="YES"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user