aboutsummaryrefslogtreecommitdiffhomepage
path: root/print_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-07-01 20:23:33 +0900
committerOphestra <cat@gensokyo.uk>2025-07-01 22:11:32 +0900
commit1a8840bebc673672235b6e10b1b9386f24751757 (patch)
treed1e6772bfd685e2162d047e3640bd3ee55c1a1f7 /print_test.go
parent1fb453dffe4c83866fedfa4590be30ec65e815ff (diff)
sandbox/seccomp: resolve rules natively
This enables loading syscall filter policies from external cross-platform config files. This also removes a significant amount of C code. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'print_test.go')
-rw-r--r--print_test.go9
1 files changed, 6 insertions, 3 deletions
diff --git a/print_test.go b/print_test.go
index 883199d6..012a48dc 100644
--- a/print_test.go
+++ b/print_test.go
@@ -257,7 +257,8 @@ App
],
"container": {
"hostname": "localhost",
- "seccomp": 32,
+ "seccomp_flags": 1,
+ "seccomp_presets": 1,
"devel": true,
"userns": true,
"net": true,
@@ -382,7 +383,8 @@ App
],
"container": {
"hostname": "localhost",
- "seccomp": 32,
+ "seccomp_flags": 1,
+ "seccomp_presets": 1,
"devel": true,
"userns": true,
"net": true,
@@ -561,7 +563,8 @@ func Test_printPs(t *testing.T) {
],
"container": {
"hostname": "localhost",
- "seccomp": 32,
+ "seccomp_flags": 1,
+ "seccomp_presets": 1,
"devel": true,
"userns": true,
"net": true,