Skip to content

Commit b0e0f8d

Browse files
committed
SPEC: Create eos credentials store directory as part of the package spec
1 parent 79cd860 commit b0e0f8d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

eos.spec.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,10 +568,10 @@ The EOS fuse core containing eosxd/eosxd3.
568568
%dir %attr(755,daemon,daemon) %{_localstatedir}/log/eos/fusex/
569569
%dir %attr(755,daemon,daemon) %{_localstatedir}/cache/eos/
570570
%dir %attr(755,daemon,daemon) %{_localstatedir}/cache/eos/fusex/
571-
572-
%post -n eos-fusex-core
573-
# Ensure /var/run/eos creation
574-
systemd-tmpfiles --create %{_tmpfilesdir}/eos-fusex-core.conf || true
571+
# 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
575575

576576
#-------------------------------------------------------------------------------
577577
# Package eos-fusex-selinux

0 commit comments

Comments
 (0)