hi, i noticed the resurrect folder (~/.tmux/resurrect) gets created with mkdir -p but there is no chmod after. so with default umask other users on the machine can read the saved sessions. shouldn't we just chmod 0700 the folder after mkdir?
hi, i noticed the resurrect folder (~/.tmux/resurrect) gets created with mkdir -p but there is no chmod after.
so with default umask other users on the machine can read the saved sessions.
shouldn't we just chmod 0700 the folder after mkdir?