summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-26 11:04:09 +1100
committerDamien Miller <djm@mindrot.org>2010-03-26 11:04:09 +1100
commit8b90642fcf979737dc2f3152660b0561ec5b3a5d (patch)
tree0c83f7a0ce54b963801ac50e00f72d4c4f264e65 /ChangeLog
parent44451d0af8ecbec2a17d47d75d3cca02d1239cf8 (diff)
- (djm) [session.c] Allow ChrootDirectory to work on SELinux platforms -
set up SELinux execution context before chroot() call. From Russell Coker via Colin watson; bz#1726 ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf3558c00..c569328f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
8 [servconf.c] 8 [servconf.c]
9 from portable: getcwd(NULL, 0) doesn't work on all platforms, so 9 from portable: getcwd(NULL, 0) doesn't work on all platforms, so
10 use a stack buffer; ok dtucker@ 10 use a stack buffer; ok dtucker@
11 - (djm) [session.c] Allow ChrootDirectory to work on SELinux platforms -
12 set up SELinux execution context before chroot() call. From Russell
13 Coker via Colin watson; bz#1726 ok dtucker@
11 14
1220100324 1520100324
13 - (dtucker) [contrib/cygwin/ssh-host-config] Mount the Windows directory 16 - (dtucker) [contrib/cygwin/ssh-host-config] Mount the Windows directory