diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-30 03:53:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-30 03:53:42 +0100 |
commit | e3dd987cfc395848256fc6eae637ed0eaf5f1635 (patch) | |
tree | 5e265370b750c3f552f55f8a3417df8658a263b6 /src/libsystemd-bus/kdbus.h | |
parent | 32f464809e8e487739fde53a2feb0afba70c8db7 (diff) |
core: allocate a kdbus bus for each systemd instance, if we can
Diffstat (limited to 'src/libsystemd-bus/kdbus.h')
-rw-r--r-- | src/libsystemd-bus/kdbus.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libsystemd-bus/kdbus.h b/src/libsystemd-bus/kdbus.h index c9377ea277..bfd299bd26 100644 --- a/src/libsystemd-bus/kdbus.h +++ b/src/libsystemd-bus/kdbus.h @@ -297,11 +297,6 @@ enum { enum { _KDBUS_MAKE_NULL, KDBUS_MAKE_NAME, - KDBUS_MAKE_CRED, /* allow translator services which connect - * to the bus on behalf of somebody else, - * allow specifying the credentials of the - * client to connect on behalf on. Needs - * privileges */ }; struct kdbus_cmd_bus_make { |