diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-04-20 04:43:56 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-04-20 04:43:56 +0000 |
commit | aa0532c271af7bd86baa9673653a0f7c3f27bbf8 (patch) | |
tree | d136b6ecf87f841c0d1f27ac6e7df8367dffa2cf /lib/libc/posix1e/mac_prepare.3 | |
parent | 4b5c8b175773d037d7ef7063aa757dea8d0d620d (diff) | |
download | FreeBSD-src-aa0532c271af7bd86baa9673653a0f7c3f27bbf8.zip FreeBSD-src-aa0532c271af7bd86baa9673653a0f7c3f27bbf8.tar.gz |
Add FILES section to mac.3 and mac.conf.5. Properly Xref mac.conf.5
from mac.3; likewise, mac.conf.5 from mac_prepare.3.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'lib/libc/posix1e/mac_prepare.3')
-rw-r--r-- | lib/libc/posix1e/mac_prepare.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/posix1e/mac_prepare.3 b/lib/libc/posix1e/mac_prepare.3 index aebaeec..c7cc4d9 100644 --- a/lib/libc/posix1e/mac_prepare.3 +++ b/lib/libc/posix1e/mac_prepare.3 @@ -68,6 +68,8 @@ and .Fn mac_prepare_process_label functions allocate the storage to fit file, network interface, and process labels, respectively. +The default label elements employed by these APIs is configured in +.Xr mac.conf 5 . .Sh RETURN VALUES .Rv -std .Sh SEE ALSO @@ -77,6 +79,7 @@ and process labels, respectively. .Xr mac_is_present_np 3 , .Xr mac_set 3 , .Xr mac 4 , +.Xr mac.conf 5 , .Xr maclabel 7 .Sh STANDARDS POSIX.1e is described in IEEE POSIX.1e draft 17. |