diff options
author | Colin Watson <cjwatson@debian.org> | 2017-03-09 11:20:38 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-03-30 00:20:13 +0100 |
commit | deabedcd80fd145a2eb350ad5a6a34670750a755 (patch) | |
tree | b366443eb1d45623f950eceec42bbe59c3888b32 /debian/systemd | |
parent | 48ad3d219f0d19d28bd1fe26abd348515477fa6f (diff) |
Move privilege separation directory and PID file from /var/run/ to /run/ (closes: #760422, #856825).
Diffstat (limited to 'debian/systemd')
-rw-r--r-- | debian/systemd/sshd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/systemd/sshd.conf b/debian/systemd/sshd.conf index ab7302189..4fbeba1e8 100644 --- a/debian/systemd/sshd.conf +++ b/debian/systemd/sshd.conf | |||
@@ -1 +1 @@ | |||
d /var/run/sshd 0755 root root | d /run/sshd 0755 root root | ||