aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2026-01-15 03:29:18 +0000
committerKyle Evans <kevans@FreeBSD.org>2026-01-16 09:04:39 +0000
commitc18631fe795833abc62c44e26a39b1e8176e1cb0 (patch)
tree379eb04678a60e99232c186d6f7134364aa888bd
parent1e8c28712aafc9a3339e8a832767a70c08168bdc (diff)
RELNOTES: document the MAC/jail integration
Reviewed by: jamie, markj Differential Revision: https://reviews.freebsd.org/D54737
-rw-r--r--RELNOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index d014f5adce44..3f919cff0efc 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,13 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+8254b0dec02b3, bd55cbb50c588:
+ The mac(4) framework has been extended to support jail operations,
+ allowing a policy to constrain jail creation, modification, removal, and
+ attachment. Jails have additionally been made a first-class mac(4)
+ object, and a mac.label jail(8) property has been added to facilitate
+ administration of their labels.
+
c558eca47970:
The smartpqi(4) driver was updated to vendor version 4660.0.2002
for the SmartArry storage controllers.