Mark directory paths with class="directory" in <filename> elements.
This commit is contained in:
parent
b35203c5ff
commit
e053971ae8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41181
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ requirements. -->
|
|||
Administrators should take into account disk space
|
||||
requirements associated with high volume audit configurations.
|
||||
For example, it may be desirable to dedicate a file system to
|
||||
the <filename>/var/audit</filename> tree so that other file
|
||||
the <filename class="directory">/var/audit</filename> tree so that other file
|
||||
systems are not affected if the audit file system becomes
|
||||
full.</para>
|
||||
</warning>
|
||||
|
@ -630,7 +630,7 @@ trailer,133</programlisting>
|
|||
|
||||
<para>Members of the <groupname>audit</groupname> group are
|
||||
given permission to read audit trails in
|
||||
<filename>/var/audit</filename>; by default, this group is
|
||||
<filename class="directory">/var/audit</filename>; by default, this group is
|
||||
empty, so only the <username>root</username> user may read
|
||||
audit trails. Users may be added to the
|
||||
<groupname>audit</groupname> group in order to delegate audit
|
||||
|
|
Loading…
Reference in a new issue