You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to enforce a number of apparmor profiles individually, I am noting the following error:
Invalid or unknown keywords in mqueue r type=posix /
I did a search of the error through a couple of AI tools and attempted to change the syntax where I noted mqueue, but I have not been successful with this approach. I have not made any changes to the existing profiles. This error is occuring on Ubuntu Server 24.04.
Any guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
What commands are you using?
FYI: aa-complain and aa-enforce has been out of date for many years.
For enforcing/complaining the profiles you have to manually change the flags/remove/add the symlinks in the file and run systemctl restart apparmor.
Or run apparmor_parser --add /etc/apparmor.d/file if flags are already clear.
@roddhjav Is quick reimplemetaion of these commands needed in the future?
Fixing upstream will take too much time - the code is too tightly coupled. The fact that author himself couldn't fix it in years is giving me ideas. Besides, he have some plans on fixing the issue, and I don't want to step in his way.
When attempting to enforce a number of apparmor profiles individually, I am noting the following error:
Invalid or unknown keywords in mqueue r type=posix /
I did a search of the error through a couple of AI tools and attempted to change the syntax where I noted mqueue, but I have not been successful with this approach. I have not made any changes to the existing profiles. This error is occuring on Ubuntu Server 24.04.
Any guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: