Date: Thu, 27 Jun 2024 08:48:35 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7f66cc235b3d - stable/14 - mac_do(4): fix typo Message-ID: <202406270848.45R8mZ4o093118@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=7f66cc235b3d1da1b6231c98a6adc4dbadbca294 commit 7f66cc235b3d1da1b6231c98a6adc4dbadbca294 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-05-22 13:56:03 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-06-27 08:46:58 +0000 mac_do(4): fix typo Reported by: Gary Jennejohn <garyj@gmx.de> (cherry picked from commit eaab8e4166a02212cb7d6aea4304834d9bcf5ff9) --- share/man/man4/mac_do.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/mac_do.4 b/share/man/man4/mac_do.4 index 9a9ebe1ca989..ce9f8cf25a4a 100644 --- a/share/man/man4/mac_do.4 +++ b/share/man/man4/mac_do.4 @@ -27,7 +27,7 @@ according to predefined rules. The exact set of kernel privileges granted are: .Bl -inset -compact -offset indent .It Dv PRIV_CRED_SETGROUPS -.It Dv PRIV_CRET_SETUID +.It Dv PRIV_CRED_SETUID .El .Pp The following
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406270848.45R8mZ4o093118>