-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
apparmor should be disabled by default on Ubuntu #10015
Comments
DaanDeMeyer
changed the title
apparmor should be disable by default on Ubuntu
apparmor should be disabled by default on Ubuntu
Jun 7, 2024
@DaanDeMeyer - Thank you for bringing this issue to us, we are investigating on this issue and we will update you on this issue after our findings. |
any update? |
kit-ty-kate
added a commit
to kit-ty-kate/opam
that referenced
this issue
Dec 17, 2024
kit-ty-kate
added a commit
to kit-ty-kate/opam
that referenced
this issue
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
apparmor.service being enabled by default in the images causes various issues (e.g. https://gitlab.com/apparmor/apparmor/-/issues/402). Given these are ephemeral build VMs where users have full root access already and can trivially disable apparmor anyway, there's no real point in having apparmor enabled. It only serves to cause hard to debug issues. To avoid others running into these issues, I propose to disable apparmor in the runner images.
Platforms affected
Runner images affected
Image version and build link
latest
Is it regression?
no
Expected behavior
apparmor is disabled by default
Actual behavior
apparmor is enabled by default
Repro steps
The text was updated successfully, but these errors were encountered: