You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2023. It is now read-only.
The temp file should not be stored in
/tmp/as this is not a good & secure practice when using a shared computer:barberousse/src/edit.rs
Lines 52 to 55 in 2f1f81c
An idea would be to use
/dev/shm, create a temp folder in it with permissions 600 and create the temp files in there.