diff options
Diffstat (limited to 'test/sandbox/case/preset.nix')
| -rw-r--r-- | test/sandbox/case/preset.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/sandbox/case/preset.nix b/test/sandbox/case/preset.nix index 60257ad0..be376a17 100644 --- a/test/sandbox/case/preset.nix +++ b/test/sandbox/case/preset.nix @@ -34,6 +34,7 @@ in mapRealUid = false; useCommonPaths = false; userns = false; + x11 = false; # 0, PresetStrict expectedFilter = { @@ -259,5 +260,9 @@ in ]; seccomp = true; + + try_socket = "/tmp/.X11-unix/X0"; + socket_abstract = true; + socket_pathname = false; }; } |
