nixos/tests: add test for firejail

This commit is contained in:
Stig Palmquist
2020-08-10 06:54:26 +02:00
parent 3a9145523a
commit 15c53cf0fa
3 changed files with 86 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl, fetchpatch, which}:
{stdenv, fetchurl, fetchpatch, which, nixosTests}:
let
s = # Generated upstream information
rec {
@@ -76,6 +76,8 @@ stdenv.mkDerivation {
# bash: src/fsec-optimize/fsec-optimize: No such file or directory
enableParallelBuilding = false;
passthru.tests = nixosTests.firejail;
meta = {
inherit (s) version;
description = ''Namespace-based sandboxing tool for Linux'';