install-script #7

Merged
pratyush merged 10 commits from install-script into master 2021-12-22 12:11:22 +01:00
Showing only changes of commit ff8227414c - Show all commits

View File

@ -0,0 +1,13 @@
# Audit Framework
## Kernel
To ensure that all process which may have started before `auditd` are marked as auditable use boot time kernel param `audit=1`.
## Userspace
* Install the `audit` package, enable and start the `auditd.service`.
* The config file is `auditd.conf`.
* The rules are defined in `/etc/audit/audit.rules`.
* `auditctl` can be used to edit rules on the fly.
* `ausearch` and `aureport` are used to summarize and view data.