varnishcache / varnish-cache

Varnish Cache source code repository
https://www.varnish-cache.org
Other
3.56k stars 365 forks source link

Run docker without seccomp rules. #4083

Closed simonvik closed 3 months ago

simonvik commented 3 months ago

Ubuntu noble tries to use fchmodat2 (new syscall) and gets permission denied instead of ENOSYS.

This is a small security risk but it's running inside of circleci containers anyway so i think its acceptable.