File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / cfexec.conf
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon Feb 13 16:52:47 2017 UTC (7 years, 4 months ago) by misho
Branches: MAIN
CVS tags: elwix2_6, HEAD, ELWIX2_5
ELWIX 2.5

    1: # $Id: cfexec.conf,v 1.3 2017/02/13 16:52:47 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: # Timeout for lock (ro) mounted slice
   15: timeout = 300
   16: 
   17: # Managed mount dir in (ro)
   18: #mount = "/elwix"

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