File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / etc / cfexec.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 12:45:40 2011 UTC (13 years ago) by misho
Branches: MAIN
CVS tags: tools3_0, tools2_9, tools2_8, tools2_7, tools2_6, tools2_5, tools2_4, tools2_3, tools2_2, tools2_1, tools2_0, tools1_2, tools1_1, TOOLS2_9, TOOLS2_8, TOOLS2_7, TOOLS2_6, TOOLS2_5, TOOLS2_4, TOOLS2_3, TOOLS2_2, TOOLS2_1, TOOLS2_0, TOOLS1_2, TOOLS1_1, TOOLS1_0, HEAD
new ver

    1: # Sample config for elwix distribution
    2: #
    3: # $Id: cfexec.conf,v 1.2 2011/06/08 12:45:40 misho Exp $
    4: 
    5: [cfexec]
    6: 
    7: # If execute program chroot to dir
    8: chroot = "/"
    9: 
   10: # If execute program suid to user
   11: suid = "root"
   12: 
   13: # Managed device (CompactFlash)
   14: device = "/dev/ufs/elwix"
   15: 
   16: # Managed mount dir in (ro)
   17: mount = "/elwix"
   18: 
   19: # Timeout for lock (ro) mounted slice
   20: timeout = 300

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>