mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
docs: make --seccomp=profile.json clearer
There are not only allowed syscalls, also blocked ones or handled differently. [CI:DOCS] Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -19,4 +19,4 @@ container
|
||||
- `no-new-privileges` : Not supported
|
||||
|
||||
- `seccomp=unconfined` : Turn off seccomp confinement for the container
|
||||
- `seccomp=profile.json` : White listed syscalls seccomp Json file to be used as a seccomp filter
|
||||
- `seccomp=profile.json` : JSON file to be used as the seccomp filter for the container.
|
||||
|
Reference in New Issue
Block a user