tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sbin
/
pflogd
/
at
master
6 files
Makefile
Dynamically link these /sbin daemons: dhcpleased, mountd, nfsd, pflogd, resolvd, slaacd, unwind. The mitigation story is way better: syscalls are in a randomly located libc, and every syscall stub is randomly located inside that due to random relinking. As opposed to fixed offset inside a release binary. There is one known consequence: /usr nfs mounting must use statically configured IP addresses. ok kettenis florian, others
3 years ago
pflogd.8
mop up for the pcap.3 rename; help/ok deraadt
6 years ago
pflogd.c
Fix copy pasto, re-add missing goto in error path.
6 years ago
pflogd.h
Rework pflogd(8)'s fork+exec model; re-exec the unpriv child, not the privileged parent.
8 years ago
privsep.c
Change the error reporting pattern throughout the tree when unveil fails to report the path that the failure occured on. Suggested by deraadt@ after some tech discussion.
4 years ago
privsep_fdpass.c
Nuke some obvious #include duplications.
11 years ago