diff options
author | Colin Watson <cjwatson@debian.org> | 2020-01-11 23:34:11 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2020-01-11 23:35:35 +0000 |
commit | 1e27566efe47a292e9401251f6b27a5eac1a63b1 (patch) | |
tree | b8fc96b1b82a9236bb9447e2fae012abbaa00fda /debian/changelog | |
parent | 284dd49ce99669f2e70bc09eebf6ca685f3b9f58 (diff) | |
parent | 489e04f2c23327dd95981327d8757144a4e574af (diff) |
Deny (non-fatal) ipc in preauth privsep child
Closes: #946242
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 60660a0d3..9dd91de32 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -2,6 +2,9 @@ openssh (1:8.1p1-5) UNRELEASED; urgency=medium | |||
2 | 2 | ||
3 | * Apply upstream patches to allow clock_nanosleep() and variants in the | 3 | * Apply upstream patches to allow clock_nanosleep() and variants in the |
4 | seccomp sandbox, fixing failures with glibc 2.31. | 4 | seccomp sandbox, fixing failures with glibc 2.31. |
5 | * Apply upstream patch to deny (non-fatally) ipc in the seccomp sandbox, | ||
6 | fixing failures with OpenSSL 1.1.1d and Linux < 3.19 on some | ||
7 | architectures (closes: #946242). | ||
5 | 8 | ||
6 | -- Colin Watson <cjwatson@debian.org> Sat, 11 Jan 2020 23:27:35 +0000 | 9 | -- Colin Watson <cjwatson@debian.org> Sat, 11 Jan 2020 23:27:35 +0000 |
7 | 10 | ||