commit fe903d30e76e89e5242c517dba13f074e645a4ad from: Omar Polo date: Sat Dec 11 09:12:10 2021 UTC sync changelog commit - 63bf54b646f65a798b56905313ed15cd97a32fbf commit + fe903d30e76e89e5242c517dba13f074e645a4ad blob - 9db8eef93d1b62d42a9d9ad917c19c7b71038eaa blob + 78725e4948c6101d01cccd93ab30ac3f9c9aff8e --- ChangeLog +++ ChangeLog @@ -1,3 +1,7 @@ +2021-12-11 Max + + * sandbox.c (filter): [seccomp]: allow ugetrlimit(2), needed by glibc on armv7l + 2021-12-09 Omar Polo * 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!