You are not logged in.
Pages: 1
I'm trying to install apparmor on my system, I read the wiki and followed the steps exactly and when I check if it's enabled it says "No - disabled at boot."
The only thing I can think of that could be causing the problem is that I couldn't find apparmor-utils in the repos so I skipped that step.
I've been trying for a few days to figure this out, I've read the wiki, forums, external guides and I keep having the same problem.
Offline
apparmor-utils is not mentioned on https://wiki.archlinux.org/title/AppArmor and also not a package in repos or AUR .
Debian and ubuntu do have an apparmor-utils package but they tend to split things into multiple pacakges where archlinux just has one package.
Please post the output of aa-status .
Run (as root/with root rights))
# journalctl -b > journal_wrenb.txt
# curl --upload-file 'journal_wrenb.txt' 'https://paste.c-net.org/'The last command will output a link, post that link.
Welcome to archlinux forums
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
sudo journalctl -b | curl -s -H "Accept: application/json, */*" --upload-file - 'https://paste.c-net.org/' 1 liner
Last edited by killertofus (2026-06-10 21:13:02)
I Have Linux Perl Can i Download Gnome???
Offline
apparmor-utils is not mentioned on https://wiki.archlinux.org/title/AppArmor and also not a package in repos or AUR .
Debian and ubuntu do have an apparmor-utils package but they tend to split things into multiple pacakges where archlinux just has one package.
Please post the output of aa-status .
Run (as root/with root rights))# journalctl -b > journal_wrenb.txt # curl --upload-file 'journal_wrenb.txt' 'https://paste.c-net.org/'The last command will output a link, post that link.
Welcome to archlinux forums
aa-status:
apparmor module is loaded.
apparmor filesystem is not mounted.jounalctl output: https://paste.c-net.org/DecodeAdieu
Offline
Jun 10 20:05:05 arch systemd[1]: Load AppArmor profiles skipped, unmet condition check ConditionSecurity=apparmorPlease post the output of
$ systemctl status apparmor.servicealso add the lsm kernel parameter to your boot command line , see https://wiki.archlinux.org/title/AppArmor#Installation .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Jun 10 20:05:05 arch systemd[1]: Load AppArmor profiles skipped, unmet condition check ConditionSecurity=apparmorPlease post the output of
$ systemctl status apparmor.servicealso add the lsm kernel parameter to your boot command line , see https://wiki.archlinux.org/title/AppArmor#Installation .
I did add the lsm parameter. maybe I was doing it wrong though?
I edited /etc/default/grub and added the kernel parameters to GRUB_CMDLINE_LINUX_DEFAULT
I then ran
# grub-mkconfig -o /boot/grub/grub.cfgsysctl status:
○ apparmor.service - Load AppArmor profiles
Loaded: loaded (/us
r/lib/systemd/system/apparmor.service; enabled; preset:
disabled)
Active: inactive (dead)
Condition: start condition unmet at Thu 2026-06-11 13:25:24 M
DT; 52min ago
└─ ConditionSecurity=apparmor was not met
Docs: man:apparmor(7)
https://gitlab
.com/apparmor/apparmor/wikis/home/Last edited by wrenb (Yesterday 20:25:04)
Offline
Pages: 1