diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-25 17:38:46 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-25 17:38:46 -0400 |
commit | 55bc90d41588be450c7ab28146683a3017d7ddb3 (patch) | |
tree | eef9dcbfff60f6efed518e72cd88bc1c29053f73 /tests/etc | |
parent | 7676e30c681c9c040a92780409ba962a45499d41 (diff) |
tests: do not use privilege separation with sshd.
Diffstat (limited to 'tests/etc')
-rw-r--r-- | tests/etc/ssh/sshd_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/etc/ssh/sshd_config b/tests/etc/ssh/sshd_config index 75f0314..15b980c 100644 --- a/tests/etc/ssh/sshd_config +++ b/tests/etc/ssh/sshd_config @@ -19,3 +19,4 @@ PrintLastLog no TCPKeepAlive no AcceptEnv LANG LC_* UsePAM no +UsePrivilegeSeparation no |