The branch main has been updated by olce:

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

commit fc8310db5208a5a0d9acd4a9f61aa6e5180fb376
Author:     Olivier Certner <o...@freebsd.org>
AuthorDate: 2025-04-03 12:08:31 +0000
Commit:     Olivier Certner <o...@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

Reply via email to