revert seccomp patch

This commit is contained in:
Robert Kaussow 2021-01-16 22:11:08 +01:00
parent 842f6dc244
commit 671755636d
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ func commandDaemon(daemon Daemon) *exec.Cmd {
args := []string{
"--data-root", daemon.StoragePath,
"--host=unix:///var/run/docker.sock",
"--seccomp-profile=/var/lib/docker/default.json",
}
if daemon.StorageDriver != "" {