File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / etc / cfexec.conf
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Nov 12 10:35:55 2009 UTC (14 years, 7 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: # Sample config for AITBSD distribution
    2: #
    3: # $Id: cfexec.conf,v 1.1 2009/11/12 10:35:55 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/AITBSDonCF"
   15: 
   16: # Managed mount dir in (ro)
   17: mount = "/cf"
   18: 
   19: # Timeout for unlock (rw) mounted slice
   20: timeout = 60

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