aboutsummaryrefslogtreecommitdiffstats
path: root/security/lastpass-cli/pkg-message
blob: ff7ce0bac4bc1efe5602cbd8a997bbb500ccb96f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ type: install
  message: <<EOM
Before using the 'edit' subcommand interactively, it's recommended to set the
SECURE_TMPDIR environment variable to a location that isn't written to disk,
such as a tmpfs mount, ideally using encrypted swap:

	https://docs.freebsd.org/en/books/handbook/disks/#swap-encrypting

Also keep in mind your editor may create temporary files and backups in other
locations - consider disabling these features for files matching the pattern
lpass.* or within your $SECURE_TMPDIR.  For example, with vim:

	autocmd BufRead lpass.* setlocal noundofile nowritebackup noswapfile
EOM
}
]