mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 06:25:37 +03:00
selinux-access: Delete debugging message logged as an error
I don't see why this should be logged at all, so let's delete it.
This commit is contained in:
parent
e22ac43bc0
commit
6fd55349ab
@ -308,8 +308,6 @@ static int get_calling_context(
|
||||
*/
|
||||
sender = dbus_message_get_sender(message);
|
||||
if (sender) {
|
||||
log_error("SELinux Got Sender %s", sender);
|
||||
|
||||
r = bus_get_selinux_security_context(connection, sender, scon, error);
|
||||
if (r >= 0)
|
||||
return r;
|
||||
|
Loading…
Reference in New Issue
Block a user