File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / cfexec.conf
Revision 1.2.4.1: download - view: text, annotated - select for diffs - revision graph
Tue Jan 2 00:14:06 2018 UTC (6 years, 6 months ago) by misho
Branches: elwix2_6
Diff to: branchpoint 1.2: preferred, unified
remove device option from cfexec.conf

    1: # $Id: cfexec.conf,v 1.2.4.1 2018/01/02 00:14:06 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 mount dir in (ro)
   12: mount = "/elwix"
   13: 
   14: # Timeout for lock (ro) mounted slice
   15: timeout = 300

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