diff options
author | Damien Miller <djm@mindrot.org> | 2014-04-01 14:38:07 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-04-01 14:38:07 +1100 |
commit | 14928b7492abec82afa4c2b778fc03f78cd419b6 (patch) | |
tree | bed8b997bd4afbd236e25ee415d94f2cfe42f576 /ChangeLog | |
parent | 48abc47e60048461fe9117e108a7e99ea1ac2bb8 (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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20140401 | ||
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 | |||
1 | 20140317 | 5 | 20140317 |
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. |