-
Notifications
You must be signed in to change notification settings - Fork 880
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
Support PodSecurityPolicy #177
Conversation
lawliet89
commented
Jan 14, 2020
•
edited
Loading
edited
@tvoran and @jasonodonnell could you review this please? |
@lawliet89 We're taking a look at this PR and will get this merged soon. |
templates/server-psp.yaml
Outdated
# Required to prevent escalations to root. | ||
allowPrivilegeEscalation: false | ||
allowedCapabilities: | ||
- IPC_LOCK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be now not needed as per #198
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have removed this.
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
@tvoran Both strings and objects are supported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, added some questions about the tests.
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>