diff options
Diffstat (limited to 'test/configuration.nix')
| -rw-r--r-- | test/configuration.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/configuration.nix b/test/configuration.nix index 0ac867af..9e8afcb4 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -103,6 +103,21 @@ apps = [ { + name = "check-sandbox"; + verbose = true; + share = pkgs.foot; + packages = [ ]; + command = "${pkgs.callPackage ./sandbox { + inherit (config.environment.fortify.package) version; + }}"; + extraPaths = [ + { + src = "/proc/mounts"; + dst = "/.fortify/host-mounts"; + } + ]; + } + { name = "ne-foot"; verbose = true; share = pkgs.foot; |
