]> git.ipfire.org Git - thirdparty/chrony.git/commit
sys_linux: allow ioctl(TCGETS) in seccomp filter
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 18 Nov 2015 11:42:38 +0000 (12:42 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 18 Nov 2015 11:49:11 +0000 (12:49 +0100)
commitf21e5f6cc5778d7a8afe4f3637519e7ce738e834
treea7a3bf25f67756c7bee0ae7bccd11c84e4ad3121
parentf660aa9d7af21aae014dceeff88b29bf1671f82d
sys_linux: allow ioctl(TCGETS) in seccomp filter

This seems to be needed to allow fopen() called on /dev/urandom to check
if it's a terminal.
sys_linux.c