Document the new mac_portacl(4) policy.
Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project
This commit is contained in:
parent
3333da28bf
commit
312b86743c
@ -111,6 +111,7 @@ MAN= aac.4 \
|
||||
mac_mls.4 \
|
||||
mac_none.4 \
|
||||
mac_partition.4 \
|
||||
mac_portacl.4 \
|
||||
mac_seeotheruids.4 \
|
||||
mac_test.4 \
|
||||
mouse.4 \
|
||||
|
@ -58,6 +58,7 @@ Currently, the following MAC policy modules are shipped with
|
||||
.It Xr mac_mls 4 Ta "Confidentiality policy" Ta yes Ta boot only
|
||||
.It Xr mac_none 4 Ta "Sample no-op policy" Ta no Ta any time
|
||||
.It Xr mac_partition 4 Ta "Process partition policy" Ta yes Ta any time
|
||||
.It Xr mac_portacl 4 Ta "Port bind(2) access control" Ta no Ta any time
|
||||
.It Xr mac_seeotheruids 4 Ta "See-other-UIDs policy" Ta no Ta any time
|
||||
.It Xr mac_test 4 Ta "MAC testing policy" Ta no Ta any time
|
||||
.El
|
||||
@ -249,6 +250,7 @@ and
|
||||
.Xr mac_mls 4 ,
|
||||
.Xr mac_none 4 ,
|
||||
.Xr mac_partition 4 ,
|
||||
.Xr mac_portacl 4 ,
|
||||
.Xr mac_seeotheruids 4 ,
|
||||
.Xr mac_test 4 ,
|
||||
.Xr login.5 ,
|
||||
|
@ -204,6 +204,7 @@ Revoke access to objects if the label is changed to dominate the subject
|
||||
.Xr mac_mls 4 ,
|
||||
.Xr mac_none 4 ,
|
||||
.Xr mac_partition 4 ,
|
||||
.Xr mac_portacl 4 ,
|
||||
.Xr mac_seeotheruids 4 ,
|
||||
.Xr mac_test 4 ,
|
||||
.Xr maclabel 7 ,
|
||||
|
@ -81,6 +81,7 @@ or the end of the list is reached.
|
||||
.Xr mac_mls 4 ,
|
||||
.Xr mac_none 4 ,
|
||||
.Xr mac_partition 4 ,
|
||||
.Xr mac_portacl 4 ,
|
||||
.Xr mac_seeotheruids 4 ,
|
||||
.Xr mac_test 4 ,
|
||||
.Xr ugidfw 8 ,
|
||||
|
@ -99,6 +99,7 @@ No labels are defined.
|
||||
.Xr mac_mls 4 ,
|
||||
.Xr mac_none 4 ,
|
||||
.Xr mac_partition 4 ,
|
||||
.Xr mac_portacl 4 ,
|
||||
.Xr mac_seeotheruids 4 ,
|
||||
.Xr mac_test 4 ,
|
||||
.Xr mac 9
|
||||
|
@ -179,6 +179,7 @@ man pages.
|
||||
.Xr mac_mls 4 ,
|
||||
.Xr mac_none 4 ,
|
||||
.Xr mac_partition 4 ,
|
||||
.Xr mac_portacl 4 ,
|
||||
.Xr mac_seeotheruids 4 ,
|
||||
.Xr mac_test 4 ,
|
||||
.Xr mac 9
|
||||
|
@ -208,6 +208,7 @@ allow the superuser to bypass MLS protections.
|
||||
.Xr mac_mls 4 ,
|
||||
.Xr mac_none 4 ,
|
||||
.Xr mac_partition 4 ,
|
||||
.Xr mac_portacl 4 ,
|
||||
.Xr mac_seeotheruids 4 ,
|
||||
.Xr mac_test 4
|
||||
.Xr maclabel 7 ,
|
||||
|
@ -67,6 +67,7 @@ No labels are defined for
|
||||
.Xr mac_lomac 4 ,
|
||||
.Xr mac_mls 4 ,
|
||||
.Xr mac_partition 4 ,
|
||||
.Xr mac_portacl 4 ,
|
||||
.Xr mac_seeotheruids 4 ,
|
||||
.Xr mac_test 4 ,
|
||||
.Xr mac 9
|
||||
|
@ -88,6 +88,7 @@ partition/none
|
||||
.Xr mac_lomac 4 ,
|
||||
.Xr mac_mls 4 ,
|
||||
.Xr mac_none 4 ,
|
||||
.Xr mac_portacl 4 ,
|
||||
.Xr mac_seeotheruids 4 ,
|
||||
.Xr mac_test 4 ,
|
||||
.Xr maclabel 7 ,
|
||||
|
@ -87,6 +87,7 @@ No labels are defined for
|
||||
.Xr mac_lomac 4 ,
|
||||
.Xr mac_mls 4 ,
|
||||
.Xr mac_partition 4 ,
|
||||
.Xr mac_portacl 4 ,
|
||||
.Xr mac_none 4 ,
|
||||
.Xr mac_test 4 ,
|
||||
.Xr mac 9
|
||||
|
@ -67,6 +67,7 @@ No labels are defined for
|
||||
.Xr mac_lomac 4 ,
|
||||
.Xr mac_mls 4 ,
|
||||
.Xr mac_partition 4 ,
|
||||
.Xr mac_portacl 4 ,
|
||||
.Xr mac_seeotheruids 4 ,
|
||||
.Xr mac_test 4 ,
|
||||
.Xr mac 9
|
||||
|
@ -74,6 +74,7 @@ No labels are defined for
|
||||
.Xr mac_mls 4 ,
|
||||
.Xr mac_none 4 ,
|
||||
.Xr mac_partition 4 ,
|
||||
.Xr mac_portacl 4 ,
|
||||
.Xr mac_seeotheruids 4 ,
|
||||
.Xr mac 9
|
||||
.Sh HISTORY
|
||||
|
Loading…
Reference in New Issue
Block a user