Closed ikeycode closed 4 months ago
I think it's supposed to use /var/cache/boulder/.moss
, but I don't think we ever got the requisite defaults locked down.
In the onboarding stuff, we set --moss-root=${HOME}/.cache/boulder/
FWIW.
OK. So for recipes should we set a custom moss root in the justfile?
Let's just have a shared moss root in the boulder cache directory?
Or even that yeah. Then if you do use as a shared system user or root it's still a disk share.
Main thing we want is to be able to safely nuke it without borking the host.
Making it default behaviour would mean not being locked to the justfile
workflow too!
When invoking
boulder build
as root it uses/.moss
for the store, rather than a private moss store. This seems bad.