aboutsummaryrefslogtreecommitdiffstats
path: root/configurable-definitions
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-18 18:10:18 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-18 18:10:18 +0100
commit7a57769211806d9f53b4c74f132fddfe98740b66 (patch)
tree66183541e03f8a1acaf95ccebb0b0b63f7755d85 /configurable-definitions
parentfix errors (diff)
downloadlibpassphrase-7a57769211806d9f53b4c74f132fddfe98740b66.tar.gz
libpassphrase-7a57769211806d9f53b4c74f132fddfe98740b66.tar.bz2
libpassphrase-7a57769211806d9f53b4c74f132fddfe98740b66.tar.xz
confs
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'configurable-definitions')
-rw-r--r--configurable-definitions29
1 files changed, 29 insertions, 0 deletions
diff --git a/configurable-definitions b/configurable-definitions
new file mode 100644
index 0000000..a26a551
--- /dev/null
+++ b/configurable-definitions
@@ -0,0 +1,29 @@
+TTY_PERM (default: 0600, type: int)
+
+ Mode for TTY devices
+
+
+FAILURE_SLEEP (default: 5, type: float)
+
+ Number of seconds to sleep on login failure.
+
+
+ERROR_SLEEP (default: 2, type: float)
+
+ Number of seconds to sleep on error.
+
+
+TIMEOUT_SECONDS (default: 60, type: int)
+
+ Number of seconds before timeout when waiting for a passphrase.
+
+
+OWN_VCSA (default: undefinied, type: #ifdef)
+
+ Take ownership of and change mode of VCSA device
+
+
+OWN_VCS (default: undefinied, type: #ifdef)
+
+ Take ownership of and change mode of VCS device
+