From 1a2409e262da65a4b0ca8ab18fcf5eabd2d404ca Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Tue, 14 Oct 2014 20:03:06 +0200 Subject: sd-bus: sync kdbus.h (ABI break) kdbus learned KDBUS_HELLO_ACCEPT_MEMFD as new connection negotiation flag. Set it by default in systemd for now. --- src/libsystemd/sd-bus/bus-kernel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsystemd/sd-bus/bus-kernel.c') diff --git a/src/libsystemd/sd-bus/bus-kernel.c b/src/libsystemd/sd-bus/bus-kernel.c index c3dbc837d7..27899c1989 100644 --- a/src/libsystemd/sd-bus/bus-kernel.c +++ b/src/libsystemd/sd-bus/bus-kernel.c @@ -1566,6 +1566,7 @@ int bus_kernel_make_starter( hello->size = size; hello->conn_flags = + KDBUS_HELLO_ACCEPT_MEMFD | (activating ? KDBUS_HELLO_ACTIVATOR : KDBUS_HELLO_POLICY_HOLDER) | (accept_fd ? KDBUS_HELLO_ACCEPT_FD : 0); hello->pool_size = KDBUS_POOL_SIZE; -- cgit v1.2.3-54-g00ecf