summaryrefslogtreecommitdiff
path: root/nix/libstore/globals.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nix/libstore/globals.cc')
-rw-r--r--nix/libstore/globals.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/libstore/globals.cc b/nix/libstore/globals.cc
index eb7e7dac413..aa808186bd0 100644
--- a/nix/libstore/globals.cc
+++ b/nix/libstore/globals.cc
@@ -53,6 +53,7 @@ Settings::Settings()
53 showTrace = false; 53 showTrace = false;
54 useHostLoopback = true; 54 useHostLoopback = true;
55 slirp4netns = SLIRP4NETNS; 55 slirp4netns = SLIRP4NETNS;
56 allowASLR = false;
56} 57}
57 58
58 59