Discover how to install AppArmor on Arch Linux with this straightforward guide. This video covers the installation process step-by-step, helping you get AppArmor up and running on your system. Perfect for Arch users looking to enhance their security framework. Be sure to like, comment, and subscribe for more Linux content!
link to arck wiki ::
zgrep CONFIG_LSM= /proc/config.gz
lsm=landlock,lockdown,yama,integrity,apparmor,bpf
[Desktop Entry]
Type=Application
Name=AppArmor Notify
Comment=Receive on screen notifications of AppArmor denials
TryExec=aa-notify
Exec=aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log
StartupNotify=false
NoDisplay=true
sudo ufw limit 22/tcp
sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw enable
#AppArmor #ArchLinux #ufw
[ad_2]
source