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 --- test/sandbox/case/mapuid.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/sandbox/case/mapuid.nix') diff --git a/test/sandbox/case/mapuid.nix b/test/sandbox/case/mapuid.nix index af70cb30..78f23dc8 100644 --- a/test/sandbox/case/mapuid.nix +++ b/test/sandbox/case/mapuid.nix @@ -9,6 +9,12 @@ device = false; mapRealUid = true; useCommonPaths = true; + userns = false; + + # 0, PresetStrict + expectedFilter = { + x86_64-linux = "e880298df2bd6751d0040fc21bc0ed4c00f95dc0d7ba506c244d8b8cf6866dba8ef4a33296f287b66cccc1d78e97026597f84cc7dec1573e148960fbd35cd735"; + }; want = { env = [ -- cgit v1.3.1