bus: fake security labels again

(The kernel module got fixed, so let's reenable this again)
This commit is contained in:
Lennart Poettering 2014-01-28 21:38:14 +01:00
parent 38180c8568
commit 373f14222e

View file

@ -465,11 +465,10 @@ int main(int argc, char *argv[]) {
a->fake_creds_valid = true;
}
/* FIXME: faking security labels is broken in kdbus right now */
/* if (peersec) { */
/* a->fake_label = peersec; */
/* peersec = NULL; */
/* } */
if (peersec) {
a->fake_label = peersec;
peersec = NULL;
}
a->manual_peer_interface = true;