summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/mac.3
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-04-20 02:56:16 +0000
committerrwatson <rwatson@FreeBSD.org>2003-04-20 02:56:16 +0000
commit5e1c0b2c267a5ae98ea8efcf171f35291d51245e (patch)
tree4221844049b7fa27d6a13ded0c02875db1036540 /lib/libc/posix1e/mac.3
parent994500f60f57c0056b451684eb45b9b50657d611 (diff)
downloadFreeBSD-src-5e1c0b2c267a5ae98ea8efcf171f35291d51245e.zip
FreeBSD-src-5e1c0b2c267a5ae98ea8efcf171f35291d51245e.tar.gz
Add the mac_prepare{,_*}() functions to the high-level function list
in the mac.3 library man page. They were already cross-referenced at the end of the man page, just not explicitly listed here. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'lib/libc/posix1e/mac.3')
-rw-r--r--lib/libc/posix1e/mac.311
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libc/posix1e/mac.3 b/lib/libc/posix1e/mac.3
index 105eae0..f82894e 100644
--- a/lib/libc/posix1e/mac.3
+++ b/lib/libc/posix1e/mac.3
@@ -112,6 +112,17 @@ and may be used to convert
a text-form MAC label
into a working
.Vt mac_t .
+.It Fn mac_prepare
+.It Fn mac_prepare_file_label
+.It Fn mac_prepare_ifnet_label
+.It Fn mac_prepare_process_label
+These functions are described in
+.Xr mac_prepare 3 ,
+and may be used to preallocate storage for MAC label retrieval.
+.Xr mac_prepare 3
+prepares a label based on caller-specified label names; the other calls
+rely on the default configuration specified in
+.Xr mac.conf 5 .
.It Fn mac_to_text
This function is described in
.Xr mac_text 3 ,
OpenPOWER on IntegriCloud