[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/118: allow-arbitrary-code-during-evaluation -> allow-unsafe-native-co
From: |
Ludovic Courtès |
Subject: |
30/118: allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-evaluation |
Date: |
Tue, 19 May 2015 14:45:25 +0000 |
civodul pushed a commit to branch nix
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") {
- 11/118: Rephrase @ operator description, (continued)
- 11/118: Rephrase @ operator description, Ludovic Courtès, 2015/05/19
- 29/118: Merge branch 'shlevy-import-native', Ludovic Courtès, 2015/05/19
- 12/118: dev-shell is a bash script, not sh, Ludovic Courtès, 2015/05/19
- 22/118: Share code between scopedImport and import, Ludovic Courtès, 2015/05/19
- 26/118: Don't use member initialisers, Ludovic Courtès, 2015/05/19
- 31/118: Add `--json` argument to `nix-instantiate`, Ludovic Courtès, 2015/05/19
- 18/118: Print a warning when loading a large path into memory, Ludovic Courtès, 2015/05/19
- 27/118: Add importNative primop, Ludovic Courtès, 2015/05/19
- 24/118: Drop ImportError and FindError, Ludovic Courtès, 2015/05/19
- 28/118: Only add the importNative primop if the allow-arbitrary-code-during-evaluation option is true (default false), Ludovic Courtès, 2015/05/19
- 30/118: allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-evaluation,
Ludovic Courtès <=
- 34/118: Add builtin function ‘fromJSON’, Ludovic Courtès, 2015/05/19
- 36/118: Fix compilation error on some versions of GCC, Ludovic Courtès, 2015/05/19
- 32/118: Style fix, Ludovic Courtès, 2015/05/19
- 46/118: Fix use of sysread, Ludovic Courtès, 2015/05/19
- 33/118: Manual: html -> xhtml, Ludovic Courtès, 2015/05/19
- 45/118: nix-copy-closure -s: Do substitutions via ‘nix-store --serve’, Ludovic Courtès, 2015/05/19
- 40/118: Remove maybeVfork, Ludovic Courtès, 2015/05/19
- 50/118: Fix closure size display, Ludovic Courtès, 2015/05/19
- 38/118: Fix security hole in ‘nix-store --serve’, Ludovic Courtès, 2015/05/19
- 43/118: Remove tabs, Ludovic Courtès, 2015/05/19