43fd17f48e
Gringotts is a secure notes manager for Linux and other UNIX-like systems. It is based on libgringotts, which provides a backend for managing the data files on the disk. from Pierre-Emmanuel Andre <pea at raveland dot org> with some tweaks
4 lines
185 B
Plaintext
4 lines
185 B
Plaintext
Gringotts can only use memory locking when the binary has the setuid bit
|
|
set which is NOT the case by default. To enable it (at your own risk):
|
|
sudo chmod u+s ${PREFIX}/bin/gringotts
|