[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/376: allow-arbitrary-code-during-evaluation -> allow-unsafe-native-co
From: |
Ludovic Courtès |
Subject: |
30/376: allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-evaluation |
Date: |
Wed, 28 Jan 2015 22:03:50 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 8504e7d60488cb12dd2597734ebd1d3cadf5d153
Author: Eelco Dolstra <address@hidden>
Date: Fri Jun 27 11:20:16 2014 +0200
allow-arbitrary-code-during-evaluation ->
allow-unsafe-native-code-during-evaluation
---
src/libstore/globals.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libstore/globals.cc b/src/libstore/globals.cc
index 5d359e1..8bffdd7 100644
--- a/src/libstore/globals.cc
+++ b/src/libstore/globals.cc
@@ -149,7 +149,7 @@ void Settings::update()
get(sshSubstituterHosts, "ssh-substituter-hosts");
get(useSshSubstituter, "use-ssh-substituter");
get(logServers, "log-servers");
- get(enableImportNative, "allow-arbitrary-code-during-evaluation");
+ get(enableImportNative, "allow-unsafe-native-code-during-evaluation");
string subs = getEnv("NIX_SUBSTITUTERS", "default");
if (subs == "default") {
- 16/376: Fix test, (continued)
- 16/376: Fix test, Ludovic Courtès, 2015/01/28
- 21/376: Add autoloads, make code more concise & idiomatic, Ludovic Courtès, 2015/01/28
- 18/376: Print a warning when loading a large path into memory, Ludovic Courtès, 2015/01/28
- 19/376: Report daemon OOM better, Ludovic Courtès, 2015/01/28
- 22/376: Share code between scopedImport and import, Ludovic Courtès, 2015/01/28
- 28/376: Only add the importNative primop if the allow-arbitrary-code-during-evaluation option is true (default false), Ludovic Courtès, 2015/01/28
- 26/376: Don't use member initialisers, Ludovic Courtès, 2015/01/28
- 27/376: Add importNative primop, Ludovic Courtès, 2015/01/28
- 29/376: Merge branch 'shlevy-import-native', Ludovic Courtès, 2015/01/28
- 20/376: == operator: Ignore string context, Ludovic Courtès, 2015/01/28
- 30/376: allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-evaluation,
Ludovic Courtès <=
- 32/376: Style fix, Ludovic Courtès, 2015/01/28
- 24/376: Drop ImportError and FindError, Ludovic Courtès, 2015/01/28
- 31/376: Add `--json` argument to `nix-instantiate`, Ludovic Courtès, 2015/01/28
- 33/376: Manual: html -> xhtml, Ludovic Courtès, 2015/01/28
- 25/376: Fix bogus warnings about dumping large paths, Ludovic Courtès, 2015/01/28
- 36/376: Fix compilation error on some versions of GCC, Ludovic Courtès, 2015/01/28
- 37/376: Add a test for the SSH substituter, Ludovic Courtès, 2015/01/28
- 38/376: Fix security hole in ‘nix-store --serve’, Ludovic Courtès, 2015/01/28
- 35/376: Don't build on Ubuntu 10.10, Ludovic Courtès, 2015/01/28
- 34/376: Add builtin function ‘fromJSON’, Ludovic Courtès, 2015/01/28