suse-edge / charts

SUSE Edge engineering Helm charts
https://suse-edge.github.io/charts/
Apache License 2.0
5 stars 18 forks source link

Fix issue with SELinux and akri #126

Closed diconico07 closed 4 months ago

diconico07 commented 4 months ago

Make the agent container privileged, so that SELinux doesn't prevent it from working.

For the context, SELinux denies access to the containerd socket for non-privileged containers. This policy is sensible and one may argue that giving access to that socket is already akin to making the container privileged.