git: 3aa59485c449 - stable/14 - mac(4): Mention mac_do(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Apr 2025 19:32:38 UTC
The branch stable/14 has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=3aa59485c449f49cceb5bbb2f3602a1708b14604
commit 3aa59485c449f49cceb5bbb2f3602a1708b14604
Author: Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-12-30 18:02:58 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-04-03 19:31:07 +0000
mac(4): Mention mac_do(4)
Mention also mac_do(4) in the mac(4) manual page.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D48255
(cherry picked from commit 4c0435d919b1059a449d97d74abc251c6f526588)
---
share/man/man4/mac.4 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/share/man/man4/mac.4 b/share/man/man4/mac.4
index 006922a17f2b..134086139f53 100644
--- a/share/man/man4/mac.4
+++ b/share/man/man4/mac.4
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd July 25, 2023
+.Dd December 30, 2024
.Dt MAC 4
.Os
.Sh NAME
@@ -54,6 +54,7 @@ Currently, the following MAC policy modules are shipped with
.It Xr mac_biba 4 Ta "Biba integrity policy" Ta yes Ta boot only
.It Xr mac_bsdextended 4 Ta "File system firewall" Ta no Ta any time
.It Xr mac_ddb 4 Ta "ddb(4) interface restrictions" Ta no Ta any time
+.It Xr mac_do 4 Ta "Change command's uid/gid" Ta no Ta any time
.It Xr mac_ifoff 4 Ta "Interface silencing" Ta no Ta any time
.It Xr mac_ipacl 4 Ta "IP Address access control" Ta no Ta any time
.It Xr mac_lomac 4 Ta "Low-Watermark MAC policy" Ta yes Ta boot only
@@ -203,6 +204,7 @@ man page.
.Xr mac_biba 4 ,
.Xr mac_bsdextended 4 ,
.Xr mac_ddb 4 ,
+.Xr mac_do 4 ,
.Xr mac_ifoff 4 ,
.Xr mac_ipacl 4 ,
.Xr mac_lomac 4 ,