From 80bf270404a52c634a14f6aad594dec4e9ce1e12 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 16 Nov 2017 14:07:58 -0500 Subject: [PATCH] Add a changes file. --- changes/ticket24315 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ticket24315 diff --git a/changes/ticket24315 b/changes/ticket24315 new file mode 100644 index 0000000000..df34dbf412 --- /dev/null +++ b/changes/ticket24315 @@ -0,0 +1,3 @@ + o Major features (linux seccomp2 sandbox): + - Update the sandbox rules so that they should now work correctly with + Glibc 2.26. Closes ticket 24315.