]> git.ipfire.org Git - thirdparty/systemd.git/commit
seccomp: add rseq() to default list of syscalls to whitelist
authorLennart Poettering <lennart@poettering.net>
Thu, 28 Mar 2019 09:01:09 +0000 (10:01 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 Mar 2019 11:09:38 +0000 (12:09 +0100)
commit6fee3be0b4929d5641bf1c850fce7884b6d1e44e
tree259ffd2dc876301709919109a6df4934c9945427
parentacd142af79fe081cf7a107ab057b4609dad2bcc5
seccomp: add rseq() to default list of syscalls to whitelist

Apparently glibc is going to call this implicitly soon, hence let's
whitelist this by default.

Fixes: #12127
src/shared/seccomp-util.c