Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Apr 2025 12:50:12 GMT
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fc8310db5208 - main - RELNOTES: mac_do(4): Change of rules syntax; Provide hints and pointers
Message-ID:  <202504081250.538CoCN1034405@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=fc8310db5208a5a0d9acd4a9f61aa6e5180fb376

commit fc8310db5208a5a0d9acd4a9f61aa6e5180fb376
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-04-03 12:08:31 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-04-08 12:49:12 +0000

    RELNOTES: mac_do(4): Change of rules syntax; Provide hints and pointers
    
    Reviewed by:    markj, emaste
    MFC after:      Immediately
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D49658
---
 RELNOTES | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 7b5eac0d8730..70b59cdb621e 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.
 
+f0600c41e754-de701f9bdbe0, bc201841d139:
+	mac_do(4) is now considered production-ready and its functionality has
+	been considerably extended at the price of breaking credentials
+	transition rules' backwards compatibility.  All that could be specified
+	with old rules can also be with new rules.  Migrating old rules is just
+	a matter of adding "uid=" in front of the target part, substituting
+	commas (",") with semi-colons (";") and colons (":") with greater-than
+	signs (">").  Please consult the mac_do(4) manual page for the new rules
+	grammar.
+
 02d4eeabfd73:
 	hw.snd.maxautovchans has been retired. The commit introduced a
 	hw.snd.vchans_enable sysctl, which along with



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504081250.538CoCN1034405>