diff options
Diffstat (limited to 'hst/container.go')
| -rw-r--r-- | hst/container.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hst/container.go b/hst/container.go index 43d7577a..bc36bef8 100644 --- a/hst/container.go +++ b/hst/container.go @@ -14,6 +14,8 @@ type ( SeccompFlags seccomp.ExportFlag `json:"seccomp_flags"` // extra seccomp presets SeccompPresets seccomp.FilterPreset `json:"seccomp_presets"` + // disable project-specific filter extensions + SeccompCompat bool `json:"seccomp_compat,omitempty"` // allow ptrace and friends Devel bool `json:"devel,omitempty"` // allow userns creation in container |
