Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Cannot start apparmor with s6 (Read 418 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Cannot start apparmor with s6

Hi everyone,
I think apparmor version 3.1.3-1 reintroduced an old problem described here and here
Code: [Select]
sudo s6-rc -u change apparmor
exec: fatal: unable to exec /usr/lib/apparmor/apparmor.systemd: No such file or directory
s6-rc: warning: unable to start service apparmor: command exited 127
I think the problem also affects apparmor-dinit because it too uses the /usr/lib/apparmor/apparmor.systemd script to reload apparmor profiles.

Re: Cannot start apparmor with s6

Reply #1
I think Dudemanguy fixed this in 3.1.3-1.1. Give that a try

 

Re: Cannot start apparmor with s6

Reply #2
It's working now. Thank you