index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sandbox-seccomp-filter.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: Split per-connection sshd-session binary
djm@openbsd.org
2024-10-14
1
-16
/
+1
*
Improve seccomp compat on older systems.
Darren Tucker
2023-02-11
1
-2
/
+16
*
harden Linux seccomp sandbox
Damien Miller
2023-02-06
1
-5
/
+74
*
Allow writev is seccomp sandbox.
Darren Tucker
2023-01-14
1
-0
/
+3
*
disable SANDBOX_SECCOMP_FILTER_DEBUG
Damien Miller
2022-12-07
1
-1
/
+1
*
fix SANDBOX_SECCOMP_FILTER_DEBUG
Damien Miller
2022-08-11
1
-6
/
+9
*
Allow ppoll_time64 in seccomp sandbox.
Darren Tucker
2022-02-26
1
-0
/
+3
*
sandbox-seccomp-filter: allow gettid
Alex James
2022-01-31
1
-0
/
+3
*
adjust seccomp filter for select->poll conversion
Damien Miller
2021-11-18
1
-2
/
+9
*
polish whitespace for portable files
Damien Miller
2021-04-03
1
-3
/
+3
*
Allow (but return EACCES) fstatat64 in sandbox.
Darren Tucker
2021-03-12
1
-0
/
+3
*
Add __NR_futex_time64 to seccomp sandbox.
Darren Tucker
2021-02-11
1
-0
/
+3
*
Deny (non-fatal) statx in preauth privsep child.
Luca Weiss
2021-02-05
1
-0
/
+3
*
Add new pselect6_time64 syscall on ARM.
Darren Tucker
2020-11-20
1
-0
/
+3
*
Add sys/syscall.h for syscall numbers.
Darren Tucker
2020-04-15
1
-0
/
+1
*
add clock_gettime64(2) to sandbox allowed syscalls
Damien Miller
2020-02-03
1
-0
/
+3
*
Deny (non-fatal) ipc in preauth privsep child.
Jeremy Drake
2020-01-08
1
-0
/
+3
*
seccomp: Allow clock_gettime64() in sandbox.
Khem Raj
2020-01-08
1
-0
/
+3
*
Allow clock_nanosleep_time64 in seccomp sandbox.
Darren Tucker
2019-12-16
1
-0
/
+3
*
Remove duplicate __NR_clock_nanosleep
Darren Tucker
2019-11-13
1
-3
/
+0
*
seccomp: Allow clock_nanosleep() in sandbox.
Darren Tucker
2019-11-13
1
-0
/
+6
*
Enable specific ioctl call for EP11 crypto card (s390)
Eduardo Barretto
2019-10-05
1
-0
/
+2
*
Deny (non-fatal) shmget/shmat/shmdt in preauth privsep child.
Lonnie Abelbeck
2019-10-02
1
-0
/
+9
*
use SC_ALLOW_ARG_MASK to limit mmap protections
Damien Miller
2019-08-23
1
-2
/
+2
*
allow mprotect(2) with PROT_(READ|WRITE|NONE) only
Damien Miller
2019-08-23
1
-2
/
+24
*
allow s390 specific ioctl for ecc hardware support
Harald Freudenberger
2019-06-05
1
-0
/
+1
*
add futex(2) syscall to seccomp sandbox
Damien Miller
2018-09-15
1
-0
/
+3
*
Permit getuid()/geteuid() syscalls.
Damien Miller
2018-05-25
1
-0
/
+12
*
Allow nanosleep in preauth privsep child.
Darren Tucker
2018-04-13
1
-0
/
+3
*
Fix typo in "socketcall".
Darren Tucker
2017-04-25
1
-1
/
+1
*
Deny socketcall in seccomp filter on ppc64le.
Darren Tucker
2017-04-24
1
-0
/
+1
*
Missing header on Linux/s390
Damien Miller
2017-03-22
1
-0
/
+3
*
Fix syntax error on Linux/X32
Damien Miller
2017-03-20
1
-1
/
+1
*
Make seccomp-bpf sandbox work on Linux/X32
Damien Miller
2017-03-14
1
-1
/
+9
*
Remove macro trickery; no binary change
Damien Miller
2017-03-14
1
-40
/
+40
*
support ioctls for ICA crypto card on Linux/s390
Damien Miller
2017-03-14
1
-0
/
+6
*
Fix weakness in seccomp-bpf sandbox arg inspection
Damien Miller
2017-03-14
1
-4
/
+20
*
Deny lstat syscalls in seccomp sandbox
Damien Miller
2016-05-20
1
-0
/
+6
*
allow getrandom syscall; from Felix von Leitner
Damien Miller
2015-09-10
1
-0
/
+3
*
upstream commit
djm@openbsd.org
2015-06-30
1
-0
/
+3
*
add missing pselect6
Damien Miller
2015-06-25
1
-0
/
+3
*
trivial optimisation for seccomp-bpf
Damien Miller
2015-06-17
1
-1
/
+1
*
aarch64 support for seccomp-bpf sandbox
Damien Miller
2015-06-17
1
-20
/
+85
*
- (djm) [sandbox-seccomp-filter.c] Allow mremap and exit for DietLibc;
Damien Miller
2014-09-10
1
-0
/
+4
*
- (djm) [sandbox-seccomp-filter.c] Soft-fail stat() syscalls. Add XXX to
Damien Miller
2014-03-17
1
-0
/
+3
*
- (djm) [sandbox-seccomp-filter.c] Not all Linux architectures define
Damien Miller
2014-02-06
1
-0
/
+2
*
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
Damien Miller
2014-01-30
1
-0
/
+1
*
- (djm) [Makefile.in configure.ac sandbox-capsicum.c sandbox-darwin.c]
Damien Miller
2014-01-17
1
-1
/
+1
*
- (dtucker) [sandbox-seccomp-filter.c] Allow clock_gettimeofday.
Darren Tucker
2013-06-02
1
-0
/
+1
*
- (djm) [configure.ac sandbox-seccomp-filter.c] Support for Linux
Damien Miller
2013-02-22
1
-0
/
+8
[next]