mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
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)
This commit is contained in:
parent
f74cd62b5c
commit
3aa59485c4
1 changed files with 3 additions and 1 deletions
|
|
@ -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 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue