Himitsu is a secure secret storage system for Unix-like systems. It provides an arbitrary key/value store (where values may be secret) and a query language for manipulating the key store. WWW: https://himitsustore.org PR: 292475
16 lines
280 B
Plaintext
16 lines
280 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
himitsu requires fdescfs(5) mounted on /dev/fd.
|
|
|
|
If you have not done it yet, please do the following:
|
|
|
|
mount -t fdescfs none /dev/fd
|
|
|
|
To make it permanent, you need the following lines in /etc/fstab:
|
|
|
|
fdescfs /dev/fd fdescfs rw 0 0
|
|
EOM
|
|
}
|
|
]
|