diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-25 03:59:52 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-25 04:57:41 +0900 |
| commit | 87e008d56de974947ebb99c2cc40b25d3c2cf43e (patch) | |
| tree | 31791911e5226d6ec04e3fac7d91b0bf53e63aa5 /test/sandbox/configuration.nix | |
| parent | 399207321265307bb15f37d867f9370cd51c82a8 (diff) | |
treewide: rename to hakurei
Fortify makes little sense for a container tool.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/configuration.nix')
| -rw-r--r-- | test/sandbox/configuration.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/sandbox/configuration.nix b/test/sandbox/configuration.nix index 473e9d3c..c50363cc 100644 --- a/test/sandbox/configuration.nix +++ b/test/sandbox/configuration.nix @@ -5,7 +5,7 @@ ... }: let - testProgram = pkgs.callPackage ./tool/package.nix { inherit (config.environment.fortify.package) version; }; + testProgram = pkgs.callPackage ./tool/package.nix { inherit (config.environment.hakurei.package) version; }; in { users.users = { @@ -23,7 +23,7 @@ in services.getty.autologinUser = "alice"; environment = { - systemPackages = with pkgs; [ + systemPackages = [ # For checking seccomp outcome: testProgram ]; @@ -59,9 +59,9 @@ in "-smp 8" ]; - environment.fortify = { + environment.hakurei = { enable = true; - stateDir = "/var/lib/fortify"; + stateDir = "/var/lib/hakurei"; users.alice = 0; extraHomeConfig = { |
