1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Merge branch 'master' of git://github.com/pikajude/nix

@pikajude: "This is required for perlPackages.IOTty and, by extension, mosh"
This commit is contained in:
Shea Levy 2015-10-31 02:44:58 -04:00
commit 9a963c8adc

View file

@ -35,7 +35,10 @@
(literal "/private/var/run/resolv.conf")) (literal "/private/var/run/resolv.conf"))
; some builders use filehandles other than stdin/stdout ; some builders use filehandles other than stdin/stdout
(allow file* (subpath "/dev/fd")) (allow file*
(subpath "/dev/fd")
(literal "/dev/ptmx")
(regex #"^/dev/[pt]ty.*$"))
; allow everything inside TMP ; allow everything inside TMP
(allow file* process-exec (allow file* process-exec