auditctl
User space tools for security auditing
Install
- All systems
-
curl cmd.cat/auditctl.sh
- Debian
-
apt-get install auditd
- Ubuntu
-
apt-get install auditd
- Alpine
-
apk add audit
- Arch Linux
-
pacman -S audit
- Kali Linux
-
apt-get install auditd
- CentOS
-
yum install audit
- Fedora
-
dnf install audit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install auditd
- Raspbian
-
apt-get install auditd
- Dockerfile
- dockerfile.run/auditctl
- Docker
-
docker run cmd.cat/auditctl auditctl
powered by Commando
auditd
User space tools for security auditing
The audit package contains the user space utilities for storing and searching the audit records generated by the audit subsystem in the Linux 2.6 kernel. Also contains the audit dispatcher "audisp".