summaryrefslogtreecommitdiff
path: root/gsignond.conf.in
blob: 608f239da0de8f25632caaa5ab4ef78f26f5fe80 (plain)
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
30
31
32
33
34
35
36
37
#
# Example configuration for gsignond.
#

#
# This group contains top-level settings.
#
[General]

# Define extension / platform adaptation module to use.
# 'default' is a dummy one with no encrypted storage, but with basic Unix
# discretionary access control.
#Extension = default
#
# Base path where user specific database directories will be located.
@BASE_STORAGE_DIR@
#
# Timeout for unloading cached plugin instances.
#PluginTimeout = 0
#
# System security context of the keychain UI
@KEYCHAIN_SYSCTX@

#
# D-Bus related settings.
#
[ObjectTimeouts]

# Timeout for the daemon. Daemon will exit after specified idle time.
#DaemonTimeout = 0
#
# Timeout for the identity objects.
IdentityTimeout = 5
#
# Timeout for the authentication session objects.
AuthSessionTimeout = 5