Changes between Version 7 and Version 8 of FreeBSDJail
- Timestamp:
- Oct 27, 2010, 6:27:52 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDJail
v7 v8 7 7 8 8 First make sure to install the jail using the [http://www.freebsd.org/doc/handbook/jails.html method in the handbook] 9 pzwet# cat <<EOF >> /etc/rc.conf 10 shd_enable="YES" 11 syslogd_flags="-ss" 12 13 sendmail_enable="YES" 14 spamass_milter_enable="YES" 15 spamass_milter_localflags="-i 78.46.112.168,0.0.0.0 -r -1 -- -U /var/run/spamd.sock" 16 17 spamd_enable="YES" 18 spamd_flags="--socketpath=/var/run/spamd.sock --nouser-config --username=nobody" 19 20 # saving entropy bits is not useful within jails, as your host will do handle this. 21 entropy_dir="NO" 22 # Get some jitter in your cron runs to make sure the does not all run at time same time. Do NOT use if you rely on having your process to start at 'exact' that time. 23 cron_flags="-J10" 24 EOF 9 25 10 26 pzwet# make -C /usr/ports/security/sudo WITH_INSULTS=yes BATCH=yes install clean 11 27 pzwet# make -C /usr/ports/devel/subversion WITH_MOD_DAV_SVN=yes APACHE_VERSION=22 BATCH=yes install clean 12 28 pzwet# make -C /usr/ports/ports-mgmt/portaudit BATCH=yes install clean; /usr/local/sbin/portaudit -Fda 13 29 pzwet# make -C /usr/ports/editors/vim-lite BATCH=yes install clean 14 30 15 31