Annotation of embedtools/etc/cfexec.conf, revision 1.1
1.1 ! misho 1: # Sample config for AITBSD distribution
! 2: #
! 3: # $Id:$
! 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>