]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
privsep: Allow more syscalls through SECCOMP and add a debugger
authorRoy Marples <roy@marples.name>
Thu, 15 Oct 2020 16:59:33 +0000 (17:59 +0100)
committerRoy Marples <roy@marples.name>
Thu, 15 Oct 2020 16:59:33 +0000 (17:59 +0100)
commit2a5ca0e317b4a1044c4774f8508a279ea1711933
tree7b90b1d25ca2f9a36f5e560ace6fbfa85fcf79ed
parent944e4b80d4d48e16289b2f18d4c64b323401663d
privsep: Allow more syscalls through SECCOMP and add a debugger

This fixes PowerPC at least.

The debugger should not be enabled by default as the attacker
could keep the processes running.
However, it is need to work out which syscall is failing due to the
way SECCOMP works.
src/privsep-linux.c