Skip to content

Commit 78012b0

Browse files
authored
Merge pull request #4989 from dvdksn/docs-systempaths-unconfined
docs: add systempaths=unconfined security-opt
2 parents 249b5a4 + 4585809 commit 78012b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/commandline/container_run.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,7 @@ in the image, or `SIGTERM` if the image has no `STOPSIGNAL` defined.
13631363
| `--security-opt="seccomp=unconfined"` | Turn off seccomp confinement for the container |
13641364
| `--security-opt="seccomp=builtin"` | Use the default (built-in) seccomp profile for the container. This can be used to enable seccomp for a container running on a daemon with a custom default profile set, or with seccomp disabled ("unconfined"). |
13651365
| `--security-opt="seccomp=profile.json"` | White-listed syscalls seccomp Json file to be used as a seccomp filter |
1366+
| `--security-opt="systempaths=unconfined"` | Turn off confinement for system paths (masked paths, read-only paths) for the container |
13661367

13671368
The `--security-opt` flag lets you override the default labeling scheme for a
13681369
container. Specifying the level in the following command allows you to share

0 commit comments

Comments
 (0)