diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-11-18 18:29:22 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-11-18 18:29:22 +0100 |
commit | 44716a78aa42f999ac618cec1dc04ddb0c2c42e0 (patch) | |
tree | 47fe1fe4a3bbfdad403308e6565aebccd8d5ba01 /configurable-definitions | |
parent | confs (diff) | |
download | libpassphrase-44716a78aa42f999ac618cec1dc04ddb0c2c42e0.tar.gz libpassphrase-44716a78aa42f999ac618cec1dc04ddb0c2c42e0.tar.bz2 libpassphrase-44716a78aa42f999ac618cec1dc04ddb0c2c42e0.tar.xz |
use tty group
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | configurable-definitions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configurable-definitions b/configurable-definitions index a26a551..751e192 100644 --- a/configurable-definitions +++ b/configurable-definitions @@ -3,6 +3,11 @@ TTY_PERM (default: 0600, type: int) Mode for TTY devices +USE_TTY_GROUP (default: undefinied, type: #ifdef) + + Use the group tty for group ownership of TTY devices + + FAILURE_SLEEP (default: 5, type: float) Number of seconds to sleep on login failure. |