I switched from the regular service file to the hardened one, which enables a lot of security features systemd offers.
It will break the mounting feature, but this is already unavailable because the user ipfs is not part of the fuse group (by default).
To avoid crashes if ipfs mount
is called, the package is build without this support now.
I've added an install-file which will move the data while updating from /var/lib/ipfs/.ipfs to the more logical /var/lib/ipfs path. The daemon is stopped automatically if necessary. Make sure to start it again.
Pinned Comments
RubenKelevra commented on 2020-06-12 22:32
I switched from the regular service file to the hardened one, which enables a lot of security features systemd offers.
It will break the mounting feature, but this is already unavailable because the user ipfs is not part of the fuse group (by default).
To avoid crashes if
ipfs mount
is called, the package is build without this support now.I've added an install-file which will move the data while updating from /var/lib/ipfs/.ipfs to the more logical /var/lib/ipfs path. The daemon is stopped automatically if necessary. Make sure to start it again.