Date: Tue, 8 Apr 2025 13:41:19 GMT From: Olivier Certner <olce@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0c3357dfa18f - stable/14 - RELNOTES: mac_do(4): Change of rules syntax; Provide hints and pointers Message-ID: <202504081341.538DfJPQ034741@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=0c3357dfa18f621bd88629f6d082a83e50e51f1b commit 0c3357dfa18f621bd88629f6d082a83e50e51f1b Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2025-04-03 12:08:31 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-04-08 13:38:30 +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 (cherry picked from commit fc8310db5208a5a0d9acd4a9f61aa6e5180fb376) --- RELNOTES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELNOTES b/RELNOTES index 97abbfcafafb..e1119951a332 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. +4b4bd20e17e0-f9b5d5bf1186, f74cd62b5c71: + 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. + 960ee8094913: 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?202504081341.538DfJPQ034741>
