index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sandbox-systrace.c
Age
Commit message (
Expand
)
Author
2014-07-17
ifdef SYS_sendsyslog so this will compile without patching on -stable
Damien Miller
2014-07-11
Permit use of SYS_sendsyslog from inside the sandbox. Clock is ticking,
Theo de Raadt
2014-06-18
Now that we have a dedicated getentropy(2) system call for
Matthew Dempsky
2014-06-13
permit SYS_getentropy
Theo de Raadt
2014-01-31
replace most bzero with explicit_bzero, except a few that cna be memset
Ted Unangst
2014-01-30
allow shutdown(2) syscall in sandbox - it may be called by packet_close()
Damien Miller
2013-06-01
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
Darren Tucker
2012-06-30
fix a during the load of the sandbox policies (child can still make
Markus Friedl
2012-06-26
Add mquery to the list of allowed syscalls for "UsePrivilegeSeparation
Darren Tucker
2011-07-29
fail open(2) with EPERM rather than SIGKILLing the whole process. libc
Damien Miller
2011-06-23
rename sandbox.h => ssh-sandbox.h to make things easier for portable
Damien Miller
2011-06-22
$OpenBSD$ makers
Damien Miller
2011-06-22
introduce sandboxing of the pre-auth privsep child using systrace(4).
Damien Miller