From 94d82baeecb31bdbba76403235f66aad8b6b7eb3 Mon Sep 17 00:00:00 2001 From: Simon South Date: Wed, 3 Nov 2021 13:23:04 -0400 Subject: [PATCH] changes: Add file for ticket 40505 --- changes/bug40505 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug40505 diff --git a/changes/bug40505 b/changes/bug40505 new file mode 100644 index 0000000000..5aac2218b1 --- /dev/null +++ b/changes/bug40505 @@ -0,0 +1,5 @@ + o Minor bugfixes (sandbox): + - Fix the sandbox on i386 by modifying it to allow the + "clock_gettime64" and "statx" system calls and to filter the + "chown32" and "stat64" system calls in place of "chown" and + "stat", respectively. Fixes bug 40505; bugfix on 0.2.5.4-alpha. \ No newline at end of file