diff options
author | ru <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
commit | ed72feddcb3cc58c18aff36f4227af3fb11facad (patch) | |
tree | 13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libc/posix1e | |
parent | 10aca679734b6819f63019fd7c2ba4e54357c677 (diff) | |
download | FreeBSD-src-ed72feddcb3cc58c18aff36f4227af3fb11facad.zip FreeBSD-src-ed72feddcb3cc58c18aff36f4227af3fb11facad.tar.gz |
Sort sections.
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r-- | lib/libc/posix1e/mac.3 | 10 | ||||
-rw-r--r-- | lib/libc/posix1e/mac.conf.5 | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/posix1e/mac.3 b/lib/libc/posix1e/mac.3 index 7a25542..4dce03e 100644 --- a/lib/libc/posix1e/mac.3 +++ b/lib/libc/posix1e/mac.3 @@ -134,6 +134,11 @@ The behavior of some of these calls is influenced by the configuration settings found in .Xr mac.conf 5 , the MAC library run-time configuration file. +.Sh IMPLEMENTATION NOTES +.Fx Ns 's +support for POSIX.1e interfaces and features +is +.Ud . .Sh FILES .Bl -tag -width ".Pa /etc/mac.conf" -compact .It Pa /etc/mac.conf @@ -142,11 +147,6 @@ MAC library configuration file, documented in Provides default behavior for applications aware of MAC labels on system objects, but without policy-specific knowledge. .El -.Sh IMPLEMENTATION NOTES -.Fx Ns 's -support for POSIX.1e interfaces and features -is -.Ud . .Sh SEE ALSO .Xr mac_free 3 , .Xr mac_get 3 , diff --git a/lib/libc/posix1e/mac.conf.5 b/lib/libc/posix1e/mac.conf.5 index 6ccd38d..a8dfba2 100644 --- a/lib/libc/posix1e/mac.conf.5 +++ b/lib/libc/posix1e/mac.conf.5 @@ -63,6 +63,11 @@ Label element names may optionally begin with a symbol to indicate that a failure to retrieve the label element for an object should be silently ignored, and improves usability if the set of MAC policies may change over time. +.Sh FILES +.Bl -tag -width ".Pa /etc/mac.conf" -compact +.It Pa /etc/mac.conf +MAC library configuration file. +.El .Sh EXAMPLES The following example configures user applications to operate with four MAC policies: @@ -93,11 +98,6 @@ MLS, and SEBSD labels for all object classes; for processes, they will additionally attempt to retrieve a Partition identifier. In all cases except the Partition identifier, failure to retrieve a label due to the respective policy not being present will be ignored. -.Sh FILES -.Bl -tag -width ".Pa /etc/mac.conf" -compact -.It Pa /etc/mac.conf -MAC library configuration file. -.El .Sh SEE ALSO .Xr mac 3 , .Xr mac_get 3 , |