mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-08-22 22:56:15 +00: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:
committed by
Lennart Poettering
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;
|
||||
|
||||
Reference in New Issue
Block a user