Hi my friends, I start working with jails, I have already 3 running, my goal is to have www, spam, mail, dns(bind) on each one.
Now, exist the file src.conf where I can remove parts of the whole system, I want to remove the most code as possible(security reasons) to have just what I need for my jails.
I would like to know if my src.conf is good or I forget to add something or maybe I exaggerate with my file, any comments and recommendation will be very appreciated:
For my dns server I would just remove:
Do I need something more for bind?
Running FreeBSD 8.x, thanks all for your time!!!
Now, exist the file src.conf where I can remove parts of the whole system, I want to remove the most code as possible(security reasons) to have just what I need for my jails.
I would like to know if my src.conf is good or I forget to add something or maybe I exaggerate with my file, any comments and recommendation will be very appreciated:
Code:
WITHOUT_APM="yes"
WITHOUT_ATM="yes"
WITHOUT_ASSERT_DEBUG="yes"
WITHOUT_AT="yes"
WITHOUT_AUTHPF="yes"
WITHOUT_BIND="yes"
WITHOUT_BLUETOOTH="yes"
WITHOUT_BOOT="yes"
WITHOUT_CALENDAR="yes"
WITHOUT_CDDL="yes"
WITHOUT_CVS="yes"
WITHOUT_DICT="yes"
WITHOUT_EXAMPLES="yes"
WITHOUT_FLOPPY="yes"
WITHOUT_FREEBSD_UPDATE="yes"
WITHOUT_GAMES="yes"
WITHOUT_GPIB="yes"
WITHOUT_GSSAPI="yes"
WITHOUT_INET6="yes"
WITHOUT_HTML="yes"
WITHOUT_IPFILTER="yes"
WITHOUT_IPFW="yes"
WITHOUT_IPX="yes"
WITHOUT_JAIL="yes"
WITHOUT_KERBEROS="yes"
WITHOUT_KVM="yes"
WITHOUT_LPR="yes"
WITHOUT_MAILWRAPPER="yes"
WITHOUT_MAN="yes"
WITHOUT_NDIS="yes"
WITHOUT_NIS="yes"
WITHOUT_PF="yes"
WITHOUT_PPP="yes"
WITHOUT_PMC="yes"
WITHOUT_PROFILE="yes"
WITHOUT_QUOTAS="yes"
WITHOUT_RCMDS="yes"
WITHOUT_RCS="yes"
WITHOUT_SENDMAIL="yes"
WITHOUT_SHAREDOCS="yes"
WITHOUT_SYSCONS="yes"
WITHOUT_SYSINSTALL="yes"
WITHOUT_TELNET="yes"
WITHOUT_USB="yes"
WITHOUT_WIRELESS="yes"
WITHOUT_WPA_SUPPLICANT_EAPOL="yes"
For my dns server I would just remove:
Code:
WITHOUT_BIND="yes"
Do I need something more for bind?
Running FreeBSD 8.x, thanks all for your time!!!
