diff options
Diffstat (limited to 'hst/config.go')
| -rw-r--r-- | hst/config.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hst/config.go b/hst/config.go index bd8f637b..3aa71aa4 100644 --- a/hst/config.go +++ b/hst/config.go @@ -4,7 +4,6 @@ import ( "time" "hakurei.app/container" - "hakurei.app/container/seccomp" "hakurei.app/system/dbus" ) @@ -66,10 +65,6 @@ type ( // a negative value causes the container to be terminated immediately on cancellation WaitDelay time.Duration `json:"wait_delay,omitempty"` - // extra seccomp flags - 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 |
