From: Heiko Z. <smi...@us...> - 2004-07-21 00:32:28
|
Update of /cvsroot/devil-linux/build/config/etc/sysconfig/jail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9634/config/etc/sysconfig/jail Added Files: SETIATHOME Log Message: added sample jail configuration for seti@home --- NEW FILE: SETIATHOME --- # $Source: /cvsroot/devil-linux/build/config/etc/sysconfig/jail/SETIATHOME,v $ # $Revision: 1.1 $ # $Date: 2004/07/21 00:32:18 $ # # http://www.devil-linux.org # # define the chroot-jail for NAMED # name of the daemon NAME SETI@HOME # filename of the daemon # leave empty, if you want to start the daemon yourself DAEMON setiathome # parameters to give to the daemon #PARAM # define user and group under which this daemon should run #USER #GROUP # define this, if daemon needs another directory # when you specify this, the chroot jail is not cleaned upon initialization JAILDIR /var/data/setiathome # define this, if the package should not be unpacked into the jail root directory #PACKAGEDIR / # devices to create # parameter: devicename type major minor user.group rights DEV null c 1 3 0.0 0666 DEV zero c 1 5 0.0 0644 DEV random c 1 8 0.0 644 DEV urandom c 1 9 0.0 644 # files and directories to copy COPY /etc/resolv.conf COPY /etc/services COPY /etc/host.conf COPY /etc/hosts COPY /etc/nsswitch.conf COPY /lib/libnss*.so* COPY /etc/localtime COPY /etc/group COPY /etc/passwd COPY /etc/ld.so.* COPY /etc/libsafe.exclude COPY /lib/libsafe.so.2 |