File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / cfexec.conf
Revision 1.1.1.1.12.1: download - view: text, annotated - select for diffs - revision graph
Mon Jul 29 21:04:03 2013 UTC (11 years ago) by misho
Branches: elwix1_9
Diff to: branchpoint 1.1.1.1: preferred, unified
change path

    1: # $Id: cfexec.conf,v 1.1.1.1.12.1 2013/07/29 21:04:03 misho Exp $
    2: 
    3: [cfexec]
    4: 
    5: # If execute program chroot to dir
    6: chroot = "/"
    7: 
    8: # If execute program suid to user
    9: suid = "root"
   10: 
   11: # Managed device (CompactFlash)
   12: device = "/dev/ufs/elwix"
   13: 
   14: # Managed mount dir in (ro)
   15: mount = "/"
   16: 
   17: # Timeout for lock (ro) mounted slice
   18: timeout = 300

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