summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-01 14:38:07 +1100
committerDamien Miller <djm@mindrot.org>2014-04-01 14:38:07 +1100
commit14928b7492abec82afa4c2b778fc03f78cd419b6 (patch)
treebed8b997bd4afbd236e25ee415d94f2cfe42f576 /ChangeLog
parent48abc47e60048461fe9117e108a7e99ea1ac2bb8 (diff)
- (djm) On platforms that support it, use prctl() to prevent sftp-server
from accessing /proc/self/{mem,maps}; patch from jann AT thejh.net
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e6b8b2d5..68d8a2a29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120140401
2 - (djm) On platforms that support it, use prctl() to prevent sftp-server
3 from accessing /proc/self/{mem,maps}; patch from jann AT thejh.net
4
120140317 520140317
2 - (djm) [sandbox-seccomp-filter.c] Soft-fail stat() syscalls. Add XXX to 6 - (djm) [sandbox-seccomp-filter.c] Soft-fail stat() syscalls. Add XXX to
3 remind myself to add sandbox violation logging via the log socket. 7 remind myself to add sandbox violation logging via the log socket.