From 9632f9f002ff1c855f689d18ec1a78890cf56073 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 22 Aug 2017 17:07:00 +0900 Subject: [PATCH] Change the group of the pwr_ctrl file to 'network_fw' Change-Id: Ice1a9594877c179c500f351d695e1b4c8fca5ad0 Signed-off-by: Seonah Moon --- config/security-network-config.conf | 1 + packaging/net-config.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/security-network-config.conf b/config/security-network-config.conf index c8b2eab..6ac2933 100755 --- a/config/security-network-config.conf +++ b/config/security-network-config.conf @@ -1,2 +1,3 @@ z /sys/module/dhd/parameters/firmware_path 0660 root network_fw - z /sys/module/dhd/parameters/nvram_path 0660 root network_fw - +z /sys/devices/platform/sd8x-rfkill/pwr_ctrl 0660 root network_fw - \ No newline at end of file diff --git a/packaging/net-config.spec b/packaging/net-config.spec index c2a30ea..b2de07a 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -1,6 +1,6 @@ Name: net-config Summary: TIZEN Network Configuration service -Version: 1.1.113 +Version: 1.1.114 Release: 2 Group: System/Network License: Apache-2.0 @@ -182,6 +182,7 @@ ln -sf %{_unitdir}/net-config.service %{_sysconfdir}/systemd/default-extra-depen %attr(644,network_fw,network_fw) %{_sysconfdir}/dbus-1/system.d/* %attr(644,network_fw,network_fw) %{_libdir}/systemd/system/net-config.service %attr(644,network_fw,network_fw) %{_libdir}/systemd/system/multi-user.target.wants/net-config.service +%attr(644,network_fw,network_fw) /usr/lib/tmpfiles.d/security-network-config.conf %if "%{?_lib}" == "lib64" %attr(644,network_fw,network_fw) %{_unitdir}/net-config.service %attr(644,network_fw,network_fw) %{_unitdir}/multi-user.target.wants/net-config.service @@ -207,7 +208,6 @@ mv %{_unitdir}/net-config.service.tv %{_unitdir}/net-config.service %files plugin-headed %manifest net-config.manifest %attr(500,network_fw,network_fw) %{_libdir}/net-config-plugin-headed.so -%attr(644,network_fw,network_fw) /usr/lib/tmpfiles.d/security-network-config.conf %files plugin-telephony %manifest net-config.manifest -- 2.7.4