aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/container.go')
-rw-r--r--hst/container.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/hst/container.go b/hst/container.go
index 796b82e8..32ddef2e 100644
--- a/hst/container.go
+++ b/hst/container.go
@@ -11,7 +11,9 @@ type (
Hostname string `json:"hostname,omitempty"`
// extra seccomp flags
- Seccomp seccomp.FilterOpts `json:"seccomp"`
+ SeccompFlags seccomp.PrepareFlag `json:"seccomp_flags"`
+ // extra seccomp presets
+ SeccompPresets seccomp.FilterPreset `json:"seccomp_presets"`
// allow ptrace and friends
Devel bool `json:"devel,omitempty"`
// allow userns creation in container