connection: move the install creds into the slice to its own function
authorDjalal Harouni <tixxdz@opendz.org>
Tue, 19 Aug 2014 01:43:57 +0000 (02:43 +0100)
committerDaniel Mack <zonque@gmail.com>
Tue, 19 Aug 2014 07:06:33 +0000 (09:06 +0200)
commita1a0de27aca30610950d92996368f6a1a2f9ea65
tree40d9c0ab7d4dcac3b8d19f3c7627abc9f7604bf8
parentc84e24cf82498e8b4158b7911ece2f1cd115f2b4
connection: move the install creds into the slice to its own function

Move the install creds into the receiver's slice to its own function
kdbus_conn_creds_install().

Use from_kuid_munged(), so the uid mapping never fails.

Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
connection.c