From 1ba1cb886584966b4e6e65284a04dfaf8962ed65 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 29 Sep 2025 07:07:16 +0900 Subject: hst/config: remove seccomp bit fields These serve little purpose and are not friendly for use from other languages. Signed-off-by: Ophestra --- hst/hst_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'hst/hst_test.go') 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, -- cgit v1.3.1