From 6a3e4d836b45b68be0bb07fc0fd1d80f9db5a444 Mon Sep 17 00:00:00 2001 From: "sanghyeok.oh" Date: Tue, 29 Jan 2019 16:13:19 +0900 Subject: [PATCH] tools: modify execute label of dbus-monitor Unable to read 'fd passing messages' due to permission. Set execute label as "System" Change-Id: I765081a58cc285951216fdb63f8cf9a5c68e39de Signed-off-by: sanghyeok.oh --- packaging/dbus.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/dbus.spec b/packaging/dbus.spec index b5603b7..7705c96 100644 --- a/packaging/dbus.spec +++ b/packaging/dbus.spec @@ -287,7 +287,7 @@ getent passwd dbus > /dev/null || /usr/sbin/useradd -c 'System message bus' -u 8 # Set the smack label of executable binary tools chsmack %{_bindir}/dbus-cleanup-sockets -a "System::Tools" chsmack %{_bindir}/dbus-daemon -a "System::Tools" -chsmack %{_bindir}/dbus-monitor -a "System::Tools" +chsmack %{_bindir}/dbus-monitor -a "System::Tools" -e "System" chsmack %{_bindir}/dbus-run-session -a "System::Tools" chsmack %{_bindir}/dbus-send -a "System::Tools" chsmack %{_bindir}/dbus-uuidgen -a "System::Tools" -- 2.7.4