Change system_fw user to crash_worker 60/218360/2
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Wed, 20 Nov 2019 11:03:43 +0000 (12:03 +0100)
committerMateusz Moscicki <m.moscicki2@partner.samsung.com>
Thu, 21 Nov 2019 11:57:21 +0000 (12:57 +0100)
Change-Id: I79938533fc4475dfd4d9d95e5037fe29928ad0c7

TODO
packaging/crash-worker.spec

diff --git a/TODO b/TODO
index 61aa716..7c41e96 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1 +1 @@
-* In the future "/usr/bin/pkgcmd --global" as system_fw user will stop working, so it needs to be changed to get installed applications for the global user and for the actual user.
+* In the future "/usr/bin/pkgcmd --global" as crash_worker user will stop working, so it needs to be changed to get installed applications for the global user and for the actual user.
index 587f6f2..3b345d1 100644 (file)
@@ -156,14 +156,14 @@ mkdir -p %{buildroot}%{crash_temp}
 %files
 %license LICENSE LICENSE.BSD
 %manifest crash-worker.manifest
-%defattr(-,system_fw,system_fw,-)
+%defattr(-,crash_worker,crash_worker,-)
 %dir %{crash_root_path}
 %dir %{crash_path}
 %dir %{crash_temp}
 %{_sysconfdir}/crash-manager.conf
 %attr(-,root,root) %{_prefix}/lib/sysctl.d/70-crash-manager.conf
-%attr(0750,system_fw,system_fw) %{_bindir}/crash-manager
-%attr(0750,system_fw,system_fw) %{_bindir}/dump_systemstate
+%attr(0750,crash_worker,crash_worker) %{_bindir}/crash-manager
+%attr(0750,crash_worker,crash_worker) %{_bindir}/dump_systemstate
 %{_sysconfdir}/dump_systemstate.conf.d/files/files.conf.example
 %{_sysconfdir}/dump_systemstate.conf.d/programs/programs.conf.example
 %{_libexecdir}/crash-stack
@@ -172,7 +172,7 @@ mkdir -p %{buildroot}%{crash_temp}
 %{_libdir}/libcrash-manager.so.*
 
 %if %{with crashservice}
-%attr(0750,system_fw,system_fw) %{_bindir}/crash-service
+%attr(0750,crash_worker,crash_worker) %{_bindir}/crash-service
 %attr(-,root,root) %{_unitdir}/crash-service.service
 %attr(-,root,root) %{_sysconfdir}/dbus-1/system.d/crash-service.conf
 %attr(-,root,root) %{_datadir}/dbus-1/system-services/org.tizen.system.crash.livedump.service