/etc/signond.conf is in signond 8.58+16.04.20151106-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 38 39 40 41 42 43 44 45 46 47 48 | ;Signon Daemon configuration file
[General]
; Uncomment the StoragePath line to specify a location for the signon DB.
; If not given, uses $XDG_CONFIG_HOME/signond (or ~/.config/signond if
; the variable XDG_CONFIG_HOME is unset).
;StoragePath=~/.signon/
;0 - fatal, 1 - critical (default), 2 - info/debug
;LoggingLevel=2
[SecureStorage]
; CryptoManager selects the encryption for the credentials FS. Possible values:
; "default" - no encryption
; "cryptsetup" - encrypted with the cryptsetup extension
; If omitted, the first extension plugin found to provide a suitable
; CryptoManager implementation will be used (falling back to the default one if
; none is found).
;CryptoManager=default
;
; AccessControlManager selects the type of AC framework. Possible values:
; "default" - no AC
; "smack-ac" - Smack AC
; "mssf-ac" - MSSF AC
; "apparmor-ac" - AppArmor AC
; (https://launchpad.net/signon-apparmor-extension)
; If omitted, the first extension plugin found to provide a suitable
; AccessControlManager implementation will be used (falling back to the default
; one if none is found).
;AccessControlManager=default
;
; SecretsStorage selects the storage backend for secrets. Possible values:
; "default" - unencrypted SQLite DB
; "gnome-keyring" - backend using libsecret's API
; (https://launchpad.net/signon-keyring-extension)
; If omitted, the first extension plugin found to provide a suitable
; SecretsStorage implementation will be used (falling back to the default
; one if none is found).
;SecretsStorage=default
;
FileSystemName=signonfs
Size=8
FileSystemType=ext2
[ObjectTimeouts]
; All the values are in seconds
IdentityTimeout=30
AuthSessionTimeout=30
; Set the timeout to 0 to disable quitting due to inactivity
DaemonTimeout=5
|