]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-unit-util.c
bus-unit-util: drop #ifdef HAVE_SECCOMP from bus client side
authorLennart Poettering <lennart@poettering.net>
Fri, 27 Oct 2017 09:40:53 +0000 (11:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 17 Nov 2017 10:13:44 +0000 (11:13 +0100)
commit9f617cd09f3312aa6a63a54f06ce5a25414f86b9
treef82a1872adaf5ed17b770b6ad1c7e5cd45dbff9a
parentda543f6a77d615a24972f2491818e068cd4c6b42
bus-unit-util: drop #ifdef HAVE_SECCOMP from bus client side

Whether seccomp is supported or not is a server implementation detail,
the client should not be altered by that, and clients should be able to talk
to servers configured differently than the client, hence drop the
HAVE_SECCOMP ifdeffery here.

(This would be different if we'd need libseccomp or so to implement the
client, but we don't)
src/shared/bus-unit-util.c