]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/priv-seccomp.c
v1.0.5: seccomp - add gettime
[thirdparty/lldpd.git] / src / daemon / priv-seccomp.c
2020-05-20  Patrick McLeanv1.0.5: seccomp - add gettime 391/head
2020-05-20  Patrick McLeanv1.0.1: seccomp - add brk
2020-05-20  Patrick McLeanv0.9.5: seccomp - add socket ops
2018-12-10  Vincent Bernatdaemon: allow lseek for seccomp
2017-11-16  Vincent Bernatpriv: also allow the use of openat for seccomp
2017-09-13  Vincent Bernatpriv: add getpid() to seccomp filter
2016-12-26  Vincent BernatMerge pull request #212 from vincentbernat/feature...
2016-12-07  Vincent Bernatseccomp: add more syscall (sendmmsg and recvfrom)
2016-12-03  Vincent BernatMerge pull request #213 from chutz/add-mprotect-to...
2016-12-03  Patrick McLeanseccomp: add mprotect to seccomp whitelist 213/head
2016-06-10  Vincent BernatMerge pull request #184 from chutz/add-fcntl-and-getsoc...
2016-06-10  Patrick McLeanseccomp: add fcntl and getsockname to seccomp whitelist 184/head
2016-04-10  Vincent Bernatseccomp: fix a compilation warning with respect to...
2015-03-18  Vincent Bernatlog: add token to all `fatalx` instances
2014-07-08  Vincent BernatMerge pull request #70 from chutz/seccomp-whitelist
2014-07-08  Patrick McLeanlldpd: whitelist sendto, poll, recvmsg and readv in... 70/head
2013-12-31  Vincent Bernatpriv: add the ability to disable privilege separation
2013-10-12  Vincent Bernatseccomp: add support for seccomp through libseccomp