From 59f29970fa78bec8c01bd5f16edca8c24b8724f5 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 16 Jun 2017 14:03:02 -0400 Subject: Permit the fchmod system call. Fixes bug 22516; bugfix on 0.2.5.4-alpha. --- changes/bug22516 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug22516 (limited to 'changes') diff --git a/changes/bug22516 b/changes/bug22516 new file mode 100644 index 0000000000..f024a3c470 --- /dev/null +++ b/changes/bug22516 @@ -0,0 +1,5 @@ + o Minor bugfixes (linux seccomp2 sandbox): + - Permit the fchmod system call, to avoid crashing on startup when + starting with the seccomp2 sandbox and an unexpected set of permissions + on the data directory or its contents. Fixes bug 22516; bugfix on + 0.2.5.4-alpha. -- cgit v1.2.3-54-g00ecf