From: Mark Wooding Date: Sun, 8 Jan 2012 00:45:36 +0000 (+0000) Subject: Programs invoke themselves via `userv' if necessary. X-Git-Tag: 0.99.2~41 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/commitdiff_plain/4c8c406559cd6b201004955a3db7cb3386a0f00d?ds=inline;hp=4c8c406559cd6b201004955a3db7cb3386a0f00d Programs invoke themselves via `userv' if necessary. This will prevent the permissions in the key store being messed up. To this end: * Move `cryptop' to @bindir@ where we can expect users to find it, and move `keys' to @sbindir@ where only administrators are likely to look. * Add a new userv service for `keys', with some configuration files listing the permitted users. ---