From ae99f3b099613c05d5904c6193ec78a3ec2c1679 Mon Sep 17 00:00:00 2001 From: Jaehyun Kim Date: Mon, 10 Sep 2018 21:39:40 +0900 Subject: [PATCH] Modified dbus config file permission Change-Id: I4d1a8560399fcfd726271682f6f26d68b1408bf5 Signed-off-by: Jaehyun Kim --- packaging/connman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/connman.spec b/packaging/connman.spec index 30345d0..dd32047 100644 --- a/packaging/connman.spec +++ b/packaging/connman.spec @@ -253,9 +253,9 @@ systemctl daemon-reload %attr(755,network_fw,network_fw) /%{_localstatedir}/lib/connman %attr(600,network_fw,network_fw) /%{_localstatedir}/lib/connman/settings %attr(644,root,root) %{_datadir}/dbus-1/system-services/net.connman.service -%{_sysconfdir}/dbus-1/system.d/* +%attr(644,root,root) %{_sysconfdir}/dbus-1/system.d/* %attr(644,network_fw,network_fw) %{_sysconfdir}/connman/main.conf -%{_sysconfdir}/dbus-1/system.d/*.conf +%attr(644,root,root) %{_sysconfdir}/dbus-1/system.d/*.conf %attr(644,root,root) %{_libdir}/systemd/system/connman.service %attr(644,root,root) %{_libdir}/systemd/system/multi-user.target.wants/connman.service %if "%{?_lib}" == "lib64" -- 2.7.4