- remove warnings and specific info about 6.x
- add a missing word Reviewed by: rwatson
This commit is contained in:
parent
32cb75533e
commit
205c80b5b0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35038
1 changed files with 7 additions and 12 deletions
|
@ -36,7 +36,7 @@ requirements. -->
|
|||
<see>MAC</see>
|
||||
</indexterm>
|
||||
|
||||
<para>&os; 6.2 and later include support for fine-grained
|
||||
<para>The &os; operating system includes support for fine-grained
|
||||
security event auditing. Event auditing allows the reliable,
|
||||
fine-grained, and configurable logging of a variety of
|
||||
security-relevant system events, including logins, configuration
|
||||
|
@ -89,17 +89,12 @@ requirements. -->
|
|||
</itemizedlist>
|
||||
|
||||
<warning>
|
||||
<para>The audit facility in &os; 6.<replaceable>X</replaceable> is
|
||||
experimental, and production
|
||||
deployment should occur only after careful consideration of the
|
||||
risks of deploying experimental software. Known limitations include
|
||||
<para>The audit facility has some known limitations which include
|
||||
that not all security-relevant system events are currently auditable,
|
||||
and that some login mechanisms, such as X11-based display managers
|
||||
and third party daemons, do not properly configure auditing for user
|
||||
login sessions.</para>
|
||||
</warning>
|
||||
|
||||
<warning>
|
||||
<para>The security event auditing facility is able to generate very
|
||||
detailed logs of system activity: on a busy system, trail file
|
||||
data can be very large when configured for high detail, exceeding
|
||||
|
@ -192,10 +187,10 @@ requirements. -->
|
|||
<title>Installing Audit Support</title>
|
||||
|
||||
<para>User space support for Event Auditing is installed as part of the
|
||||
base &os; operating system. In &os; 7.0 and later, kernel support for
|
||||
Event Auditing is compiled in by default. In &os; 6.<replaceable>X</replaceable>,
|
||||
support must be explicitly compiled into the kernel by adding the
|
||||
following lines to the kernel configuration file:</para>
|
||||
base &os; operating system. Kernel support for
|
||||
Event Auditing is compiled in by default, but support for this
|
||||
feature must be explicitly compiled into the custom kernel by adding
|
||||
the following line to the kernel configuration file:</para>
|
||||
|
||||
<programlisting>options AUDIT</programlisting>
|
||||
|
||||
|
@ -238,7 +233,7 @@ requirements. -->
|
|||
<listitem>
|
||||
<para><filename>audit_event</filename> - Textual names and
|
||||
descriptions of system audit events, as well as a list of which
|
||||
classes each event in.</para>
|
||||
classes each event is in.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue