gnu: audit: Tweak description.
* gnu/packages/admin.scm (audit)[description]: Edit slightly.master
parent
6557476742
commit
4b6ce80a5e
|
@ -3030,11 +3030,11 @@ platform-specific methods.")
|
||||||
(list openldap gnutls cyrus-sasl))
|
(list openldap gnutls cyrus-sasl))
|
||||||
(synopsis "User-space component to the Linux auditing system")
|
(synopsis "User-space component to the Linux auditing system")
|
||||||
(description
|
(description
|
||||||
"auditd is the user-space component to the Linux auditing system, which
|
"This is the user-space component to the Linux auditing system, which
|
||||||
allows logging of system calls made by user-land processes. It's responsible
|
allows logging of system calls made by user-land processes. @command{auditd} is
|
||||||
for writing audit records to the disk. Viewing the logs is done with the
|
responsible for writing audit records to the disk. Viewing the logs is done
|
||||||
@code{ausearch} or @code{aureport} utilities. Configuring the audit rules is
|
with the @code{ausearch} or @code{aureport} utilities. Configuring the audit
|
||||||
done with the @code{auditctl} utility.")
|
rules is done with the @code{auditctl} utility.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public nmap
|
(define-public nmap
|
||||||
|
|
Reference in New Issue