aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sandbox/case/mapuid.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/sandbox/case/mapuid.nix')
-rw-r--r--test/sandbox/case/mapuid.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/sandbox/case/mapuid.nix b/test/sandbox/case/mapuid.nix
index 1069f9fa..18d82e77 100644
--- a/test/sandbox/case/mapuid.nix
+++ b/test/sandbox/case/mapuid.nix
@@ -34,6 +34,7 @@ in
mapRealUid = true;
useCommonPaths = true;
userns = false;
+ x11 = false;
# 0, PresetStrict
expectedFilter = {
@@ -266,5 +267,9 @@ in
];
seccomp = true;
+
+ try_socket = "/tmp/.X11-unix/X0";
+ socket_abstract = true;
+ socket_pathname = false;
};
}