Skip to content

Commit

Permalink
docs: make --seccomp=profile.json clearer
Browse files Browse the repository at this point in the history
There are not only allowed syscalls, also blocked ones or handled
differently.

[CI:DOCS]

Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Feb 7, 2024
1 parent 6b592bd commit 77847bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/options/security-opt.image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 77847bd

Please sign in to comment.