password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 0ea5ac68bca08036971484a8d9749e68916060ee
parent 03424643466ccb3abafc6e9b4a609625e41c8b2e
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Sat, 25 Feb 2017 14:17:01 +0100

man: document system extensions

Diffstat:
Mman/pass.1 | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/man/pass.1 b/man/pass.1 @@ -33,7 +33,8 @@ or depending on the type of specifier in ARGS. Alternatively, if \fIPASSWORD_STORE_ENABLE_EXTENSIONS\fP is set to "true", and the file \fI.extensions/COMMAND.bash\fP exists inside the password store and is executable, then it is sourced into the environment, -passing any arguments and environment variables. +passing any arguments and environment variables. Extensions existing in a +system-wide directory, only installable by the administrator, are always enabled. Otherwise COMMAND must be one of the valid commands listed below. @@ -454,7 +455,7 @@ The location to look for executable extension files, by default \fIPASSWORD_STORE_DIR/.extensions\fP. .TP .I PASSWORD_STORE_SIGNING_KEY -If this environment variable is set, then all \fB.gpg-id\fP files and extension files +If this environment variable is set, then all \fB.gpg-id\fP files and non-system extension files must be signed using a detached signature using the GPG key specified by the full 40 character upper-case fingerprint in this variable. If multiple fingerprints are specified, each separated by a whitespace character, then signatures must match at least one.