mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
lxc: 2.0.4 -> 2.0.6
Fixes CVE-2016-8649. See https://lists.linuxcontainers.org/pipermail/lxc-users/2016-November/012597.html.
This commit is contained in:
parent
b67ae8b33c
commit
5d804566df
|
@ -61,6 +61,7 @@ stdenv.mkDerivation rec {
|
|||
"bashcompdir=\${out}/share/bash-completion/completions"
|
||||
"READMEdir=\${TMPDIR}/var/lib/lxc/rootfs"
|
||||
"LXCPATH=\${TMPDIR}/var/lib/lxc"
|
||||
"bashcompdir=\${out}/etc/bash_completion.d"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue