Limitations: Remove seccomp limitation.

Document that seccomp support is now available.

FIxes: #341

Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
This commit is contained in:
Nitesh Konkar 2019-01-07 14:29:52 +05:30
parent 66ee0e480d
commit 4078d0aa14

View File

@ -255,10 +255,10 @@ This section lists limitations where the possible solutions are uncertain.
## Docker --security-opt option partially supported
The `--security-opt=` option used by Docker is partially supported.
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`
option as of today.
Note: The `--security-opt apparmor=your_profile` is not yet supported. See https://github.com/kata-containers/runtime/issues/707.
# Appendices
## The constraints challenge