Date: Tue, 19 May 2020 18:41:46 +0000 (UTC) From: Ryan Moeller <freqlabs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r361265 - head Message-ID: <202005191841.04JIfkg7097724@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: freqlabs Date: Tue May 19 18:41:46 2020 New Revision: 361265 URL: https://svnweb.freebsd.org/changeset/base/361265 Log: Mention new jail(8) command hooks in RELNOTES Reported by: 0mp Approved by: mmacy (mentor) Modified: head/RELNOTES Modified: head/RELNOTES ============================================================================== --- head/RELNOTES Tue May 19 18:38:46 2020 (r361264) +++ head/RELNOTES Tue May 19 18:41:46 2020 (r361265) @@ -13,6 +13,12 @@ Changes to this file should not be MFCed. r361238: ZFS will now reject read(2) of a dirfd with EISDIR. +r361066: + Add exec.prepare and exec.release hooks for jail(8) and jail.conf(5). + exec.prepare runs before mounts, so can be used to populate new jails. + exec.release runs after unmounts, so can be used to remove ephemeral + jails. + r360920,r360923,r360924,r360927,r360928,r360931,r360933,r360936: Remove support for ARC4, Blowfish, Cast, DES, Triple DES, MD5, MD5-KPDK, MD5-HMAC, SHA1-KPDK, and Skipjack algorithms from
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005191841.04JIfkg7097724>