From 64a1c8f469c1d5375e343b2dffa50f5168ed3f45 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Wed, 17 Jul 2019 06:11:50 +0000 Subject: Revert "Fix for smack error when dbus-daemon(session) accesses proc/cmdline" This reverts commit c7fbfc743059b3e9988a359106ad459511b5ea78. Change-Id: I86742a428f372ff6988a13df12694c550e2a53c2 --- bus/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus/connection.c b/bus/connection.c index aafc5208..7253c98e 100644 --- a/bus/connection.c +++ b/bus/connection.c @@ -627,7 +627,7 @@ cache_peer_loginfo_string (BusConnectionData *d, goto oom; /* Ignore errors here; we may not have permissions to read the * proc file. */ - //_dbus_command_for_pid (pid, &loginfo_buf, MAX_LOG_COMMAND_LEN, NULL); + _dbus_command_for_pid (pid, &loginfo_buf, MAX_LOG_COMMAND_LEN, NULL); if (!_dbus_string_append_byte (&loginfo_buf, '"')) goto oom; } -- cgit v1.2.3