From e4c40190015b482cd6c45dcd400ddc82d6dc16c1 Mon Sep 17 00:00:00 2001 From: "sanghyeok.oh" Date: Tue, 29 Jan 2019 16:19:49 +0900 Subject: [PATCH] busctl: set execute label as 'System' Change-Id: Id76f4cc5c2ab52c61355033fb4bcf8681d2cedbf Signed-off-by: sanghyeok.oh --- packaging/systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/systemd.spec b/packaging/systemd.spec index 790c1a6..520a9c7 100644 --- a/packaging/systemd.spec +++ b/packaging/systemd.spec @@ -320,7 +320,7 @@ ln -sf ./libsystemd.pc %{buildroot}%{_libdir}/pkgconfig/libsystemd-login.pc # Set the smack label of executable binary tools chsmack %{_bindir}/bootctl -a "System::Tools" -chsmack %{_bindir}/busctl -a "System::Tools" +chsmack %{_bindir}/busctl -a "System::Tools" -e "System" chsmack %{_bindir}/kernel-install -a "System::Tools" %if %{?WITH_MACHINED} chsmack %{_bindir}/machinectl -a "System::Tools" -- 2.7.4