Conversation

there was an incident where OpenRC rm -rf'd an Alpine user's box, and upstream is more concerned about why Alpine is cooking up a replacement, than about why OpenRC rm -rf'd a user's box. i mean, at this point, it's self explanatory, i guess
8
95
blah blah blah rm -rf /tmp/* is required by FHS, a spec that no distro has followed in earnest in the past 10 years. yes, cleaning /tmp is a reasonable idea to do at boot, but that should be a policy concern separate from the *init system*
2
30
I think github.com/OpenRC/opentmp is just incorrectly implemented. It's probably a really bad idea to try doing this with shell scripts because you need a lot of APIs that are only exposed via the kernel's C API. It's just not a good idea using the lossy GNU coreutils abstractions.
2
1