File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -569,9 +569,9 @@ The EOS fuse core containing eosxd/eosxd3.
569569%dir %attr(755,daemon,daemon) %{_localstatedir}/cache/eos/
570570%dir %attr(755,daemon,daemon) %{_localstatedir}/cache/eos/fusex/
571571# Ensure /run/eos/... creation
572- %dir %attr(0755, root, root) %{_rundir}/eos
573- %dir %attr(1777, root, root) %{_rundir}/eos/credentials
574- %dir %attr(1777, root, root) %{_rundir}/eos/credentials/store
572+ %dir %attr(0755, root, root) %{_localstatedir}%{ _rundir}/eos
573+ %dir %attr(1777, root, root) %{_localstatedir}%{ _rundir}/eos/credentials
574+ %dir %attr(1777, root, root) %{_localstatedir}%{ _rundir}/eos/credentials/store
575575
576576#-------------------------------------------------------------------------------
577577# Package eos-fusex-selinux
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ install(DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/log/eos/fuse)
3535install (DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_LOCALSTATEDIR} /log/eos/fusex)
3636install (DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_LOCALSTATEDIR} /log/eos/httpd)
3737install (DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_LOCALSTATEDIR} /log/eos/tx)
38- install (DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_LOCALSTATEDIR} /run/eos/credentials/store)
3938install (DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_LOCALSTATEDIR} /share/eos)
4039install (DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_LOCALSTATEDIR} /www/eos/cgi-bin)
40+ install (DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_RUNSTATEDIR} /eos/credentials/store)
You can’t perform that action at this time.
0 commit comments