From ff3cfbb437795c7fee547b8340014071625a61a8 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 28 Mar 2025 02:24:27 +0900 Subject: test/sandbox: check seccomp outcome This is as ugly as it is because it has to have CAP_SYS_ADMIN and not be in seccomp mode. Signed-off-by: Ophestra --- test/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/configuration.nix') diff --git a/test/configuration.nix b/test/configuration.nix index 6f941706..fa1ecca2 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -40,6 +40,9 @@ in # For D-Bus tests: libnotify mako + + # For checking seccomp outcome: + testCases._testProgram ]; variables = { -- cgit v1.3.1