commit 21537d461e94739ef8de636be757146fce8bbfab
Author: Matthew Dillon <[email protected]>
Date: Tue Nov 11 18:54:43 2014 -0800
svc - Implement -g, -G -u, -j, -c, -m
* Implement the gid, group-list, uid, jail, and chroot specifications.
* Reformulate the jail and chroot a bit. Remove -J and -C and instead
introduce -m to request that svc mount devfs in a jail or chroot.
* Adjust the exit sequencing and update the manual page.
Summary of changes:
sbin/svc/execute.c | 182 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
sbin/svc/svc.8 | 50 ++++++++++-----
sbin/svc/svc.c | 29 ++++-----
sbin/svc/svc.h | 5 ++
4 files changed, 230 insertions(+), 36 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/21537d461e94739ef8de636be757146fce8bbfab
--
DragonFly BSD source repository