Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 920f5fd4dda16374a6c25ae91c5f17ed749c067c
      
https://github.com/NixOS/nix/commit/920f5fd4dda16374a6c25ae91c5f17ed749c067c
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-22 (Fri, 22 May 2015)

  Changed paths:
    M src/libexpr/eval.cc

  Log Message:
  -----------
  Fix import-from-derivation in restricted eval mode

This relaxes restricted mode to allow access to anything in the
store. In the future, it would be better to allow access to only paths
that have been constructed in the current evaluation (so a hard-coded
/nix/store/blabla in a Nix expression would still be
rejected). However, note that reading /nix/store itself is still
rejected, so you can't use this so get access to things you don't know
about.


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to