git: 84eac070494d - main - RELNOTES: Add an entry for NFS server support in vnet prisons
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Mar 2023 21:57:00 UTC
The branch main has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=84eac070494d81d0e0ded098a0275791874e5251
commit 84eac070494d81d0e0ded098a0275791874e5251
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2023-03-12 21:55:46 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2023-03-12 21:55:46 +0000
RELNOTES: Add an entry for NFS server support in vnet prisons
---
RELNOTES | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/RELNOTES b/RELNOTES
index 92ab27e4be46..9e099e29fe37 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,16 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+7344856e3a6d and many others:
+ Add support so that nfsd(8), nfsuserd(8), mountd(8), gssd(8)
+ and rpc.tlsservd(8) can be run in an appropriately configured
+ vnet prison. The vnet prison must be on its own file system,
+ have the "allow.nfsd" jail parameter set on it and enforce_statfs
+ cannot be set to "0". Use of UDP and pNFS server configurations
+ are not permitted. (ie. The nfsd command line options "-u", "-p"
+ and "-m" are not supported.)
+ See jail(8), nfsd(8) and mountd(8).
+
2fb4f839f3fc,d89513ed2050,3413ee88c39d,f97a19ecb985,021562c5020d,431d2a81d421:
sendmail has been updated to the latest upstream version (8.17.1).