mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: audit: Tweak description.
* gnu/packages/admin.scm (audit)[description]: Edit slightly.
This commit is contained in:
parent
6557476742
commit
4b6ce80a5e
1 changed files with 5 additions and 5 deletions
|
@ -3030,11 +3030,11 @@ (define-public audit
|
|||
(list openldap gnutls cyrus-sasl))
|
||||
(synopsis "User-space component to the Linux auditing system")
|
||||
(description
|
||||
"auditd is the user-space component to the Linux auditing system, which
|
||||
allows logging of system calls made by user-land processes. It's responsible
|
||||
for writing audit records to the disk. Viewing the logs is done with the
|
||||
@code{ausearch} or @code{aureport} utilities. Configuring the audit rules is
|
||||
done with the @code{auditctl} utility.")
|
||||
"This is the user-space component to the Linux auditing system, which
|
||||
allows logging of system calls made by user-land processes. @command{auditd} is
|
||||
responsible for writing audit records to the disk. Viewing the logs is done
|
||||
with the @code{ausearch} or @code{aureport} utilities. Configuring the audit
|
||||
rules is done with the @code{auditctl} utility.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public nmap
|
||||
|
|
Loading…
Reference in a new issue