From 4078d0aa14978b6bcb63df0e2ba21b2fc4ddc98e Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Mon, 7 Jan 2019 14:29:52 +0530 Subject: [PATCH] Limitations: Remove seccomp limitation. Document that seccomp support is now available. FIxes: #341 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com --- Limitations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Limitations.md b/Limitations.md index b404822130..3c431bb2e1 100644 --- a/Limitations.md +++ b/Limitations.md @@ -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