-
Notifications
You must be signed in to change notification settings - Fork 448
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
Request for seccomp profiles #1730
Comments
Can you provide a example for the profile that needs to be added ? |
@RalphTordai Gentle reminder !! Please provide us some example for the profile |
I think that to start with the profile from "Runtime/Default", which is by default in Kubernetes, would provide the basic security benefits. However, a detailed solution would be a profile tailored to Artifactory/X-Ray that disallows all syscalls that are not needed. However, this is unlikely to be possible in the foreseeable future due to the high complexity involved. |
@ralpht42 Thank you, we would add internal tracking improvement, further if your interested in contributing please feel free to raise pull request for the same |
Is this a request for help?: No
Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
Which chart: Artifactory and x-ray
Which product license (Enterprise/Pro/oss): Enterprise
We need a support for seccomp profiles (e.g. RuntimeDefault). The templates only offer specific securityContext entries, but there's no option for setting seccomp profiles for a pod/container.
The text was updated successfully, but these errors were encountered: