diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-28 02:24:27 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-28 02:24:27 +0900 |
| commit | ff3cfbb437795c7fee547b8340014071625a61a8 (patch) | |
| tree | 4e26cf960b815021fc4b96d1ab943adc1a59fb8c /test/configuration.nix | |
| parent | c13eb70d7dbb73ab2353cc56944c652ea16f9be9 (diff) | |
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 <cat@gensokyo.uk>
Diffstat (limited to 'test/configuration.nix')
| -rw-r--r-- | test/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { |
