From: Lennart Poettering Date: Wed, 12 Jul 2017 14:00:44 +0000 (+0200) Subject: Revert "core: link user keyring to session keyring (#6275)" (#6342) X-Git-Tag: chiark/234.4-1+devuan1.1+iwj1~68 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f6db7e82993749f55980c03c39c19b29c74e30b7;p=elogind.git Revert "core: link user keyring to session keyring (#6275)" (#6342) This reverts commit 437a85112e02042b62751395b9e7225628c1b708. The outcome of this isn't that clear, let's revert this for now, see discussion on #6286. --- diff --git a/src/basic/missing.h b/src/basic/missing.h index 24c6d820b..5c51fe250 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -1111,10 +1111,6 @@ typedef int32_t key_serial_t; #define KEYCTL_DESCRIBE 6 #endif -#ifndef KEYCTL_LINK -#define KEYCTL_LINK 8 -#endif - #ifndef KEYCTL_READ #define KEYCTL_READ 11 #endif