Add apparmor install docs

This commit is contained in:
ItsDrike 2021-02-15 17:06:28 +01:00
parent 1d63c561a2
commit f7bfe0cc93
No known key found for this signature in database
GPG key ID: 252D306F545351FC

View file

@ -37,6 +37,9 @@ pacman:
- dnsutils # Tools for managing DNS
- arch-audit # Similar to pkg-audit (AUR), based on Arch CVE Monitoring Team data
- apparmor # Mandantoy Access Control using Linux Security Module
# You'll want to also enable apparmor on boot with grub:
# Go to `/etc/default/grub` and append `apparmor=1 security=apparmor` to `GRUB_CMDLINE_LINUX_DEFAULT` variable, then run `grub-mkconfig -o /boot/grub/grub.cfg`
- audit # Framework for CAPP-compliant (Controlled Access Protection Profile) auditing system, that collects info about any relevant event on system, needed for apparmor profile generation (`auditd` service has to be enabled, and a boot param of audit=1 should be added - same process as above)
- lynis # Security and System auditing tool
- firejail # Sandboxing isolation tool
- clamav # Anti-virus toolkit