aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/config.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-09-29 07:07:16 +0900
committerOphestra <cat@gensokyo.uk>2025-09-29 07:07:16 +0900
commit1ba1cb886584966b4e6e65284a04dfaf8962ed65 (patch)
tree12a96d2220e88d410173ede47f25c74b5b4f9ae5 /hst/config.go
parent44ba7a5f02b7575a706a22aac53c8ac608d18f23 (diff)
hst/config: remove seccomp bit fields
These serve little purpose and are not friendly for use from other languages. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/config.go')
-rw-r--r--hst/config.go5
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