]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Add exec hook "exec.created". This is called when the jail is
authorAlexander Leidinger <netchild@FreeBSD.org>
Wed, 15 Aug 2018 18:35:42 +0000 (18:35 +0000)
committerAlexander Leidinger <netchild@FreeBSD.org>
Wed, 15 Aug 2018 18:35:42 +0000 (18:35 +0000)
commitf6c0e63bf7a29a4436513797b9e10b8a596ddea0
tree73643df398fc19259233238da14606ff4593cec6
parentdad19de0e6685ea176c82d57c79803954d706760
- Add exec hook "exec.created". This is called when the jail is
  created and before exec.start is called. [1]
- Bump __FreeBSD_version.

This allows to attach ZFS datasets and various other things to be
done before any command/service/rc-script is started in the new
jail.

PR: 228066 [1]
Reviewed by: jamie [1]
Submitted by: Stefan Grönke <stefan@gronke.net> [1]
Differential Revision: https://reviews.freebsd.org/D15330 [1]
sys/sys/param.h
usr.sbin/jail/command.c
usr.sbin/jail/config.c
usr.sbin/jail/jail.8
usr.sbin/jail/jail.c
usr.sbin/jail/jailp.h