aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-12-11 09:12:10 +0000
committerOmar Polo <op@omarpolo.com>2021-12-11 09:12:10 +0000
commitfe903d30e76e89e5242c517dba13f074e645a4ad (patch)
treec08521aa5aea90d2a690199fea9ee8037d870fea
parent63bf54b646f65a798b56905313ed15cd97a32fbf (diff)
sync changelog
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9db8eef..78725e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-12-11 Max <vdrummer@posteo.net>
+
+ * sandbox.c (filter): [seccomp]: allow ugetrlimit(2), needed by glibc on armv7l
+
2021-12-09 Omar Polo <op@omarpolo.com>
* server.c (client_read): don't check if the port in the request is the same we're listening on. Suggested by Allen Sobot, thanks!