Annotation of elwix/config/etc/uboot/cfexec.conf, revision 1.1.2.1

1.1.2.1 ! misho       1: # $Id: cfexec.conf,v 1.2 2013/08/05 13:10:17 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 (NAND)
        !            12: device = "/dev/map/NVRAM"
        !            13: 
        !            14: # Managed mount dir in (ro)
        !            15: mount = "/elwix/etc"
        !            16: 
        !            17: # Timeout for lock (ro) mounted slice
        !            18: timeout = 300

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