Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
nspawn: add swapcontext to libseccomp whitelist for PPC32
Browse files Browse the repository at this point in the history
  • Loading branch information
LionNatsu committed Jul 2, 2018
1 parent 34d3102 commit b0feec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systemd-api/nspawn/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func nspawnArgs(machineId string, dir string, ctnInfo *ContainerInfo, runInfo *R

a := []string{
"--quiet",
"--system-call-filter=swapcontext",
"-D", dir,
"-M", machineId,
}
Expand Down

0 comments on commit b0feec4

Please sign in to comment.