←back to thread

Against /Tmp

(dotat.at)
143 points todsacerdoti | 1 comments | | HN request time: 0.2s | source
1. stabbles ◴[] No.41914979[source]
To hide `/tmp` from other processes and users, I sometimes use `bwrap --dev-bind / / --tmpfs /tmp <command>`.

Unfortunately Ubuntu 24.04 has put restrictions on unprivileged user namespaces, so that it no longer works out of the box :(