File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / etc / cfexec.conf
Revision 1.2.26.1: download - view: text, annotated - select for diffs - revision graph
Mon Jan 1 23:48:32 2018 UTC (6 years, 5 months ago) by misho
Branches: tools3_0
Diff to: branchpoint 1.2: preferred, colored
update and improve cfexec to working without device specification

# Sample config for elwix distribution
#
# $Id: cfexec.conf,v 1.2.26.1 2018/01/01 23:48:32 misho Exp $

[cfexec]

# If execute program chroot to dir
chroot = "/"

# If execute program suid to user
suid = "root"

# Managed mount dir in (ro)
mount = "/elwix"

# Timeout for lock (ro) mounted slice
timeout = 300

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