mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-25 23:06:08 -05:00
919a2165ae
The seccomp filter applied by docker presumably stops curl from working correctly as the glibc changed the way it creates processes (switch from clone to clone3). The backwards compatibility layer of glibc does not work correctly with docker's seccomp filter, making it necessary to give the container privileged access.