Skip to content

Use in memory file when editing

Ricardo Rocha requested to merge 8924memory into master

Rely on /dev/shm for temporary file when editing the encrypted contents. Was using ioutil.TempFile which relies on /tmp.

Change secrets file perms to 0600.

Edited by Ricardo Rocha

Merge request reports