From e574042d765f135814c5afabaf24cb7109fab175 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 9 Jul 2025 03:47:16 +0900 Subject: test/sandbox: verify seccomp on all test cases This change also makes seccomp hashes cross-platform. Signed-off-by: Ophestra --- container/seccomp/libseccomp_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'container/seccomp/libseccomp_test.go') diff --git a/container/seccomp/libseccomp_test.go b/container/seccomp/libseccomp_test.go index 8135b59c..8443adec 100644 --- a/container/seccomp/libseccomp_test.go +++ b/container/seccomp/libseccomp_test.go @@ -28,6 +28,7 @@ func TestExport(t *testing.T) { {"strict", 0, PresetStrict, false}, {"strict compat", 0, PresetDenyNS | PresetDenyTTY | PresetDenyDevel, false}, {"hakurei default", 0, PresetExt | PresetDenyDevel, false}, + {"hakurei tty", 0, PresetExt | PresetDenyNS | PresetDenyDevel, false}, } buf := make([]byte, 8) -- cgit v1.3.1