Move /run/setroubleshoot to setroubleshoot-server
setroubleshootd listens for clients on socket created in /run/setroubleshoot by default. Therefore this directory and related tmpfiles.d file belongs to setroubleshoot-server. Fixes: rhbz#1329550 /bin/sealert[22726]: attempt to open server connection failed: No such file or directory
This commit is contained in:
parent
28deddb948
commit
288066f917
@ -53,8 +53,6 @@ to user preference. The same tools can be run on existing log files.
|
||||
%{pkgpythondir}/gui_utils.py
|
||||
%{pkgpythondir}/__pycache__/gui_utils.cpython*
|
||||
%{_bindir}/seapplet
|
||||
%attr(0644,root,root) %{_tmpfilesdir}/%{name}.conf
|
||||
%attr(0711,setroubleshoot,setroubleshoot) %dir %{_rundir}/setroubleshoot
|
||||
|
||||
|
||||
%post
|
||||
@ -197,6 +195,8 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/polkit-1/actions/org.fedoraproject.setroubleshootfixit.policy
|
||||
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf
|
||||
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
||||
%attr(0644,root,root) %{_tmpfilesdir}/%{name}.conf
|
||||
%attr(0711,setroubleshoot,setroubleshoot) %dir %{_rundir}/setroubleshoot
|
||||
%doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user