git: 2b79af6245 - main - releases/15.0R/relnotes: Fix common 'mac' jail parameter node description
Olivier Certner <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/doc/commit/?id=2b79af6245ff818713d1df827181b72422dd6e98 commit 2b79af6245ff818713d1df827181b72422dd6e98 Author: Olivier Certner <[email protected]> AuthorDate: 2025-11-28 08:45:28 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2025-11-28 08:55:21 +0000 releases/15.0R/relnotes: Fix common 'mac' jail parameter node description Use a less telegraphic style. Point to mac(4) instead of mac(3) for an introduction to MAC. Fix the commit hash (pointed to a MFC commit in stable/14). While here, fix punctuation around the commit as in earlier commits of mine. --- website/content/en/releases/15.0R/relnotes.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index 3afa06bb55..a5c5212624 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -617,10 +617,12 @@ Support legacy PCI hotplug on arm64. gitref:355f02cddbf0[repository=src]. (Sponsored by Arm Ltd). -Define a common 'mac' node for MAC's jail parameters for man:mac[3]. +A new common 'mac' node for MAC modules' jail parameters has been created. +All future MAC modules' jail parameters will appear under this node. +See man:mac[4] for an introduction to MAC. To be used by man:mac_do[4]. -gitref:66fb52a27279[repository=src]. -(Sponsored by The FreeBSD Foundation). +gitref:5041b20503db[repository=src] +(Sponsored by The FreeBSD Foundation.) New `setcred()` system call and associated MAC hooks. This new system call allows to set all necessary credentials of a process in one go: Effective, real and saved UIDs, effective, real and saved GIDs, supplementary groups and the MAC label.