index
:
openssh.git
master
sid
ssh_8.3
v7.9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sandbox-seccomp-filter.c
Age
Commit message (
Expand
)
Author
2018-05-25
Permit getuid()/geteuid() syscalls.
Damien Miller
2018-04-13
Allow nanosleep in preauth privsep child.
Darren Tucker
2017-04-25
Fix typo in "socketcall".
Darren Tucker
2017-04-24
Deny socketcall in seccomp filter on ppc64le.
Darren Tucker
2017-03-22
Missing header on Linux/s390
Damien Miller
2017-03-21
Fix syntax error on Linux/X32
Damien Miller
2017-03-14
Make seccomp-bpf sandbox work on Linux/X32
Damien Miller
2017-03-14
Remove macro trickery; no binary change
Damien Miller
2017-03-14
support ioctls for ICA crypto card on Linux/s390
Damien Miller
2017-03-14
Fix weakness in seccomp-bpf sandbox arg inspection
Damien Miller
2016-05-20
Deny lstat syscalls in seccomp sandbox
Damien Miller
2015-09-10
allow getrandom syscall; from Felix von Leitner
Damien Miller
2015-06-30
upstream commit
djm@openbsd.org
2015-06-25
add missing pselect6
Damien Miller
2015-06-17
trivial optimisation for seccomp-bpf
Damien Miller
2015-06-17
aarch64 support for seccomp-bpf sandbox
Damien Miller
2014-09-10
- (djm) [sandbox-seccomp-filter.c] Allow mremap and exit for DietLibc;
Damien Miller
2014-03-17
- (djm) [sandbox-seccomp-filter.c] Soft-fail stat() syscalls. Add XXX to
Damien Miller
2014-02-06
- (djm) [sandbox-seccomp-filter.c] Not all Linux architectures define
Damien Miller
2014-01-31
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
Damien Miller
2014-01-17
- (djm) [Makefile.in configure.ac sandbox-capsicum.c sandbox-darwin.c]
Damien Miller
2013-06-02
- (dtucker) [sandbox-seccomp-filter.c] Allow clock_gettimeofday.
Darren Tucker
2013-02-22
- (djm) [configure.ac sandbox-seccomp-filter.c] Support for Linux
Damien Miller
2012-07-06
- (djm) [sandbox-seccomp-filter.c] fallback to rlimit if seccomp filter is
Damien Miller
2012-04-04
- (djm) [Makefile.in configure.ac sandbox-seccomp-filter.c] Add sandbox
Damien Miller