mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
bus: fake security labels again
(The kernel module got fixed, so let's reenable this again)
This commit is contained in:
parent
38180c8568
commit
373f14222e
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user