aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/hst_test.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/hst_test.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/hst_test.go')
-rw-r--r--hst/hst_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hst/hst_test.go b/hst/hst_test.go
index 70f7e531..0c25fa7c 100644
--- a/hst/hst_test.go
+++ b/hst/hst_test.go
@@ -166,8 +166,6 @@ func TestTemplate(t *testing.T) {
"container": {
"hostname": "localhost",
"wait_delay": -1,
- "seccomp_flags": 1,
- "seccomp_presets": 1,
"seccomp_compat": true,
"devel": true,
"userns": true,