diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 02:26:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 03:07:55 +0100 |
commit | 4b6ce80a5e412ee32a388970ed5922402d97f16c (patch) | |
tree | 0de203ebd0d8bd9efe29804de8134b5c0c32d92e | |
parent | 65574767422251777bd5bfcb1c9b00f60f9482d7 (diff) |
gnu: audit: Tweak description.
* gnu/packages/admin.scm (audit)[description]: Edit slightly.
-rw-r--r-- | gnu/packages/admin.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 3807072c91..317efa3c26 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3030,11 +3030,11 @@ platform-specific methods.") (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 |