diff options
author | ru <ru@FreeBSD.org> | 2003-05-24 19:53:08 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-24 19:53:08 +0000 |
commit | 8bc4d4bba797a5e4f4a8e7a2f9593c56f5314b02 (patch) | |
tree | 43ba2b4be0e9dd899512258a0bca1c34d504cf69 /lib/libc | |
parent | b5e718b1432fba45f848c4e5a660f18e4780fea5 (diff) | |
download | FreeBSD-src-8bc4d4bba797a5e4f4a8e7a2f9593c56f5314b02.zip FreeBSD-src-8bc4d4bba797a5e4f4a8e7a2f9593c56f5314b02.tar.gz |
mdoc(7) fixes.
Approved by: re (blanket)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/posix1e/mac.conf.5 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/posix1e/mac.conf.5 b/lib/libc/posix1e/mac.conf.5 index c382345..4fa58ae 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 |