summaryrefslogtreecommitdiff
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-05-24 19:53:08 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-05-24 19:53:08 +0000
commit734ac3b54318ce3afa6b8ced253b7e78317a9987 (patch)
tree43ba2b4be0e9dd899512258a0bca1c34d504cf69 /lib/libc/posix1e
parented8c5dcdc0253fa6bf1e81ae195fe56b3df7993c (diff)
downloadsrc-test2-734ac3b54318ce3afa6b8ced253b7e78317a9987.tar.gz
src-test2-734ac3b54318ce3afa6b8ced253b7e78317a9987.zip
Notes
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r--lib/libc/posix1e/mac.conf.511
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/posix1e/mac.conf.5 b/lib/libc/posix1e/mac.conf.5
index c38234513bbb..4fa58ae60f3f 100644
--- a/lib/libc/posix1e/mac.conf.5
+++ b/lib/libc/posix1e/mac.conf.5
@@ -34,16 +34,15 @@
.Os
.Sh NAME
.Nm mac.conf
-.Nd Format of the MAC library configuration file
+.Nd format of the MAC library configuration file
.Sh DESCRIPTION
The
.Nm
file configures the default label elements to be used by policy-agnostic
applications that operate on MAC labels.
-.Nm
-contains a series of default label sets specified by object class,
+A file contains a series of default label sets specified by object class,
in addition to blank lines and comments preceded by a
-.Dv #
+.Ql #
symbol.
.Pp
Each declaration consists of a single line with two fields separated
@@ -53,7 +52,7 @@ as used by the
library calls prior to an application invocation of a function from
.Xr mac_get 3 .
Label element names may optionally begin with a
-.Dv ?
+.Ql \&?
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.
@@ -86,9 +85,9 @@ label due to the respective policy not being present will be ignored.
MAC library configuration file.
.El
.Sh SEE ALSO
+.Xr mac 3 ,
.Xr mac_get 3 ,
.Xr mac_prepare 3 ,
-.Xr mac 3 ,
.Xr mac 4 ,
.Xr mac 9
.Sh HISTORY