Revert stubbing of runas functions
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 29 Nov 2018 21:22:07 +0000 (16:22 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 10 Dec 2018 20:24:50 +0000 (15:24 -0500)
commitdf458f8c4917bc6b302db9f2a0967f63c2337732
treeb329bbc37fdaa2a37140efc02bddc682822bf095
parent6380c001e51ad337ca283c36b59408bda59afe84
Revert stubbing of runas functions

All the runas functions were stubbed on builds where the sessiond isn't
built which is the case for all platforms except Linux. This was done
because of 2 new commands that require elf.h which is not present on
MacOSX. However the other commands can be used by the relayd.

Revert this and and only stub the relevant commands when "elf.h" is not
present on the system.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
src/common/Makefile.am
src/common/lttng-elf.c
src/common/runas-stub.c [deleted file]
src/common/runas.c
This page took 0.029681 seconds and 4 git commands to generate.