-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix apparmor host check to include aa-parser #3946
base: main
Are you sure you want to change the base?
Conversation
@AkihiroSuda this is minor/corner-case, as outlined by @dancavallaro, but it is still a regression. |
@dancavallaro it should be noted that things will still be somewhat "weird", even with the patch. In your specific circumstances (kernel enabled, no userland tool), What the patch does is prevent (the problem you reported) loading profile for a container, which is the only place Finally, this patch will not prevent you from calling I think this is fine (given this is indeed a corner case), but the whole thing is a bit shaky IMHO. |
Signed-off-by: apostasie <[email protected]>
@AkihiroSuda your suggestions integrated with latest push. I do always have a mild panic attack whenever I fiddle with logic involving (now going to grab coffee outside to cure my kernel anxiety) |
@apostasie I totally hear you. I'm already installing Definitely agree that this is all pretty hairy, but thanks for the quick fix! |
Well, I am operating under the assumption that @AkihiroSuda will tolerate me here as long as I live by the motto: "you broke it, you better fix it", so, better act fast to sweep my mistakes under the carpet. 🤣🤣🤣 |
Fix #3945