index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sandbox-systrace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
systrace is dead. long live systrace.
deraadt
2016-05-07
1
-205
/
+0
*
re-order system calls in order of risk, ok i'll be honest, ordered this
deraadt
2015-10-02
1
-12
/
+19
*
Permit kbind(2) use in the sandbox now, to ease testing of ld.so work using it
guenther
2015-07-27
1
-1
/
+4
*
add getpid to sandbox, reachable by grace_alarm_handler
djm
2015-06-29
1
-1
/
+2
*
getentropy() and sendsyslog() have been around long enough.
deraadt
2015-05-18
1
-15
/
+6
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-2
/
+2
*
ifdef SYS_sendsyslog so this will compile without patching on -stable
djm
2014-07-17
1
-2
/
+3
*
Permit use of SYS_sendsyslog from inside the sandbox. Clock is ticking,
deraadt
2014-07-11
1
-1
/
+2
*
Now that we have a dedicated getentropy(2) system call for
matthew
2014-06-18
1
-2
/
+8
*
permit SYS_getentropy
deraadt
2014-06-13
1
-1
/
+2
*
replace most bzero with explicit_bzero, except a few that cna be memset
tedu
2014-01-31
1
-2
/
+2
*
allow shutdown(2) syscall in sandbox - it may be called by packet_close()
djm
2014-01-30
1
-1
/
+2
*
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
dtucker
2013-06-01
1
-1
/
+2
*
fix a during the load of the sandbox policies (child can still make
markus
2012-06-30
1
-28
/
+27
*
Add mquery to the list of allowed syscalls for "UsePrivilegeSeparation
dtucker
2012-06-26
1
-1
/
+2
*
fail open(2) with EPERM rather than SIGKILLing the whole process. libc
djm
2011-07-29
1
-34
/
+44
*
rename sandbox.h => ssh-sandbox.h to make things easier for portable
djm
2011-06-23
1
-2
/
+2
*
$OpenBSD$ makers
djm
2011-06-22
1
-0
/
+1
*
introduce sandboxing of the pre-auth privsep child using systrace(4).
djm
2011-06-22
1
-0
/
+181