]> git.ipfire.org Git - thirdparty/lldpd.git/commit
priv: add the ability to disable privilege separation
authorVincent Bernat <bernat@luffy.cx>
Fri, 13 Dec 2013 22:25:04 +0000 (23:25 +0100)
committerVincent Bernat <bernat@luffy.cx>
Tue, 31 Dec 2013 14:18:32 +0000 (15:18 +0100)
commit71a7dbb3c64dcecc7f77d878926465755530a312
treee4cef4bdf912a817c12ddf546c5d26543aa64010
parentd2a289bba82ff4924f4bf7513225a63b43f84388
priv: add the ability to disable privilege separation

This is a compile time switch in ./configure. It should only be used for
debugging purposes or when memory and number of processes matter or for
running on platforms without a real `fork()` syscall. We add it to the
NEWS but we make no further mention in the documentation.
NEWS
configure.ac
src/daemon/agent.c
src/daemon/agent_priv.c
src/daemon/lldpd.h
src/daemon/priv-linux.c
src/daemon/priv-seccomp.c
src/daemon/priv.c