mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-24 02:31:12 +00:00
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:
parent
66ee0e480d
commit
4078d0aa14
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user