nixpkgs/pkgs
Rickard Nilsson a927709a35 openssh: Use the default privilege separation dir (/var/empty)
If running NixOS inside a container where the host's root-owned files
and directories have been mapped to some other uid (like nobody), the
ssh daemon fails to start, producing this error message:

fatal: /nix/store/...-openssh-7.2p2/empty must be owned by root and not group or world-writable.

The reason for this is that when openssh is built, we explicitly set
`--with-privsep-path=$out/empty`. This commit removes that flag which
causes the default directory /var/empty to be used instead. Since NixOS'
activation script correctly sets up that directory, the ssh daemon now
also works within containers that have a non-root-owned nix store.
2016-07-14 20:54:06 +02:00
..
applications Merge pull request #16952 from binarin/viber-6.0.1.5 2016-07-14 17:56:13 +04:00
build-support buildInLinuxVM: Workaround bug #16742 2016-07-14 15:12:50 +03:00
data geolite-legacy: 2016-07-04 -> 2016-07-08 2016-07-08 20:15:02 +02:00
desktops Merge branch 'staging' 2016-07-14 15:51:28 +02:00
development Merge pull request #16936 from andrewrk/glfw 2016-07-14 22:20:41 +04:00
games spring: 101.0 -> 102.0 (#16934) 2016-07-14 09:19:04 +02:00
misc vimPlugins: updating plugin and adding floobits plugin 2016-07-11 22:49:16 +02:00
os-specific Merge pull request #16961 from womfoo/bump/eventstat-0.03.02 2016-07-14 22:19:33 +04:00
servers emby: 3.0.5972 -> 3.0.5985 (#16893) 2016-07-13 13:57:40 +02:00
shells oh-my-zsh: 2016-06-18 -> 2016-07-05 (#16874) 2016-07-12 09:55:17 +02:00
stdenv darwin make-bootstrap-tools: Document reason for special coreutils 2016-07-09 17:23:43 +03:00
test Remove cruft 2016-04-26 17:31:54 +02:00
tools openssh: Use the default privilege separation dir (/var/empty) 2016-07-14 20:54:06 +02:00
top-level w3m: fix build on darwin (#16955) 2016-07-14 18:01:27 +02:00