-
Notifications
You must be signed in to change notification settings - Fork 304
Limitations: Remove seccomp limitation. #342
Conversation
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.
A couple of nits but generally...
lgtm
Limitations.md
Outdated
We only support --security-opt=no-new-privileges option as of today. | ||
|
||
See https://github.com/kata-containers/kata-containers/issues/31 for more information. | ||
We only support --security-opt=no-new-privileges and security-opt seccomp=/path/to/seccomp/profile.json |
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.
Missing dashes: --security-opt seccomp=/path/to/seccomp/profile.json
.
Also -- although not strictly part of this PR -- it might be worth rendering these options in backticks:
We only support
--security-opt=no-new-privileges
and--security-opt seccomp=/path/to/seccomp/profile.json
...
Limitations.md
Outdated
|
||
Note: The `--security-opt apparmor=your_profile` is yet not supported. See https://github.com/kata-containers/runtime/issues/707 |
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 think "not yet" rather than "yet not" ready more clearly.
- Nit: Missing period at end of sentence.
Document that seccomp support is now available. FIxes: #341 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
Thanks, @jodh-intel , Fixed! |
Thanks @nitkon ! ;) |
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.
lgtm
Doh, this was nominally blocked on the merge of kata-containers/runtime#689, but that was only noted in the Issue, and there was no DNM on this PR. |
Add kmod package
Document that seccomp support is now available.
FIxes: #341
Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com