Date: Wed, 2 Apr 2025 16:26:51 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: 03c12d0c21a3 - main - MAC/do: parse_single_rule(): Fix herald comment's first line Message-ID: <202504021626.532GQpMQ093276@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=03c12d0c21a3f3aba5db8b86fc3b4637cfe109a7 commit 03c12d0c21a3f3aba5db8b86fc3b4637cfe109a7 Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2025-04-01 16:43:40 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-04-02 16:26:33 +0000 MAC/do: parse_single_rule(): Fix herald comment's first line No functional change. MFC after: 5 days Sponsored by: The FreeBSD Foundation --- sys/security/mac_do/mac_do.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/security/mac_do/mac_do.c b/sys/security/mac_do/mac_do.c index 8175f8ccdab4..7bd3e2294798 100644 --- a/sys/security/mac_do/mac_do.c +++ b/sys/security/mac_do/mac_do.c @@ -844,7 +844,7 @@ pour_list_into_rule(const id_type_t type, struct id_list *const list, } /* - * See also first comments for parse_rule() below. + * See also the herald comment for parse_rules() below. * * The second part of a rule, called <target> (or <to>), is a comma-separated * (',') list of '<flags><type>=<id>' clauses similar to that of the <from>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504021626.532GQpMQ093276>
