summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanghyeok.oh <sanghyeok.oh@samsung.com>2019-01-29 16:13:19 +0900
committersanghyeok.oh <sanghyeok.oh@samsung.com>2019-01-29 16:13:28 +0900
commit6a3e4d836b45b68be0bb07fc0fd1d80f9db5a444 (patch)
treef488351d09e68c5ced59ce56b4199bcf0bced93a
parentea876bcc3e353dab19fc63f389b77cb89eef359d (diff)
downloaddbus-6a3e4d836b45b68be0bb07fc0fd1d80f9db5a444.tar.gz
dbus-6a3e4d836b45b68be0bb07fc0fd1d80f9db5a444.tar.bz2
dbus-6a3e4d836b45b68be0bb07fc0fd1d80f9db5a444.zip
Unable to read 'fd passing messages' due to permission. Set execute label as "System" Change-Id: I765081a58cc285951216fdb63f8cf9a5c68e39de Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
-rw-r--r--packaging/dbus.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/dbus.spec b/packaging/dbus.spec
index b5603b78..7705c96c 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"