Changes between Version 7 and Version 8 of FreeBSDJail


Ignore:
Timestamp:
10/27/10 06:27:52 (13 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDJail

    v7 v8  
    77
    88First make sure to install the jail using the [http://www.freebsd.org/doc/handbook/jails.html method in the handbook]
     9pzwet# cat <<EOF >> /etc/rc.conf
     10shd_enable="YES"
     11syslogd_flags="-ss"
     12
     13sendmail_enable="YES"
     14spamass_milter_enable="YES"
     15spamass_milter_localflags="-i 78.46.112.168,0.0.0.0 -r -1 -- -U /var/run/spamd.sock"
     16
     17spamd_enable="YES"
     18spamd_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.
     21entropy_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.
     23cron_flags="-J10"
     24EOF
    925
    1026pzwet# make -C /usr/ports/security/sudo WITH_INSULTS=yes BATCH=yes install clean
    1127pzwet# make -C /usr/ports/devel/subversion WITH_MOD_DAV_SVN=yes APACHE_VERSION=22 BATCH=yes install clean
    1228pzwet# make -C /usr/ports/ports-mgmt/portaudit BATCH=yes install clean; /usr/local/sbin/portaudit -Fda
    13 
     29pzwet# make -C /usr/ports/editors/vim-lite BATCH=yes install clean
    1430
    1531