gnu: audit: Tweak description.

* gnu/packages/admin.scm (audit)[description]: Edit slightly.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-17 02:26:34 +01:00
parent 6557476742
commit 4b6ce80a5e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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