diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-08-27 20:40:30 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-08-27 20:42:03 +0900 |
| commit | acb6931f3e4af62f92dc2ef85ef7c1ac9f7867e4 (patch) | |
| tree | fe2e2ca8eea50f92273e299ede1ef1f7db985674 /test/sandbox/case/default.nix | |
| parent | 9d932d1039f2a8670ecb00d20133096369c5899a (diff) | |
app/seal: leave $DISPLAY as is on host abstract
This helps work around faulty software that misinterprets unix: DISPLAY string.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/case/default.nix')
| -rw-r--r-- | test/sandbox/case/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sandbox/case/default.nix b/test/sandbox/case/default.nix index ec814aab..acf30d7a 100644 --- a/test/sandbox/case/default.nix +++ b/test/sandbox/case/default.nix @@ -49,6 +49,7 @@ let mapRealUid useCommonPaths userns + hostAbstract ; enablements = { inherit (tc) x11; |
