blob: a26a5513aecf65cb289a30ed71da1422698d9a95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
|