3
0
Fork 0
forked from mirrors/nixpkgs

sshd: Remove UsePrivilegeSeparation option

This option is deprecated, see https://www.openssh.com/txt/release-7.5.
This commit is contained in:
Eelco Dolstra 2018-02-08 13:32:55 +01:00
parent b2065cc132
commit 6bc889205a
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -375,9 +375,6 @@ in
# LogLevel VERBOSE logs user's key fingerprint on login.
# Needed to have a clear audit track of which key was used to log in.
LogLevel VERBOSE
# Use kernel sandbox mechanisms where possible in unprivileged processes.
UsePrivilegeSeparation sandbox
'';
assertions = [{ assertion = if cfg.forwardX11 then cfgc.setXAuthLocation else true;