←back to thread

Against /Tmp

(dotat.at)
143 points todsacerdoti | 1 comments | | HN request time: 0.198s | source
Show context
TeMPOraL ◴[] No.41914165[source]
In which people forget that computers have other purposes beyond being boxes for CTF competitions. Shared mutable global state isn't always bad.
replies(3): >>41914370 #>>41914775 #>>41916491 #
1. inetknght ◴[] No.41914370[source]
> Shared mutable global state isn't always bad.

I agree, but I think that shared mutable global state is a bad default. I think it'd be better to be opt-in (eg, you get a `/tmp/${USER}` and your user can `chmod o+rw` during setup if it needs to be globally mutable.