freebsd-ports/security/lastpass-cli/pkg-message
Adam Weinberger 4ca66b59bd Update to 1.1.2; now builds with cmake [1]
Remove no-longer-accurate block from pkg-message [2]

PR:		217018 [1]
Submitted by:	adamw [1], maintainer [2]
Approved by:	maintainer (Thomas Hurst)
2017-02-13 00:15:15 +00:00

25 lines
1.1 KiB
Text

===============================================================================
Important security considerations
===============================================================================
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://www.freebsd.org/doc/handbook/swap-encrypting.html
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
===============================================================================
Other steps
===============================================================================
lpass requires /proc to be mounted for correct operation. To enable it add
the following to /etc/fstab and run 'mount /proc':
proc /proc procfs rw 0 0