aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.22k stars 321 forks source link

Seccomp Unconfined Parameter #356

Open saouddk opened 7 years ago

saouddk commented 7 years ago

Adding the seccomp:unconfined parameter is not getting passed to the container.

Parameters allow for label/apparmor however adding a parameter as: label:seccomp:unconfined does not work also.

jahkeup commented 7 years ago

Hello @saouddk! Thanks for the report!

Unfortunately we don't have support for the requisite seccomp parameters in the Task Definition at this time. We'll be tracking this as a feature request.

mdkent commented 7 years ago

+1. I'm trying to debug some issues using strace within the container and I'm stuck without this.

briansan commented 6 years ago

+1. Same exact reason as @mdkent, trying to debug issue with strace and failure to support seccomp=unconfined prevents this

fractos commented 6 years ago

Urgh. Just hit this too while trying to strace. Irritating and will set me back more time.

ernestm commented 6 years ago

+1 need this for msdefender to run in my container

khuey commented 6 years ago

Another +1. In my case I was able to work around this by modifying the Docker seccomp policy on my container instances, but it would be nice to be able to apply this only to the individual containers that need it and not to every container that runs on those instances.

rajanski commented 5 years ago

+1

iamed2 commented 4 years ago

+1, in order to allow for rr on ECS

rouralberto commented 4 years ago

3 years from this and still no support for something like seccomp:unconfined?

luiscarbajo23 commented 2 years ago

Still needed! Thanks 😃

xavierraffin commented 2 years ago

Needs it too. Thanks

I could also use a specific profile like this:

--security-opt="seccomp=profile.json"
pamarthich commented 2 years ago

+1

Ichimikichiki commented 2 years ago

Urghh are we still waiting for this.... I suppose if nobody has done it in 5 years, it's probably never going to get done.

LCzoboriek commented 2 months ago

Was this feature ever added? We are running into the same requirement