Re: [systemd-devel] [PATCH] connection: pin the subjective cred for KDBUS_POLICY_OWN

2014-06-03 Thread Kay Sievers
On Sat, May 31, 2014 at 10:23 PM, Djalal Harouni tix...@opendz.org wrote: Make sure that the credentials of the connection at creation time will last so the kdbus_policy_check_own_access() will work as expected. Applied. Thanks, Kay ___ systemd-devel

[systemd-devel] [PATCH] connection: pin the subjective cred for KDBUS_POLICY_OWN

2014-05-31 Thread Djalal Harouni
Make sure that the credentials of the connection at creation time will last so the kdbus_policy_check_own_access() will work as expected. Signed-off-by: Djalal Harouni tix...@opendz.org --- connection.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/connection.c