From: Frank Brehm Date: Tue, 20 Sep 2016 19:30:08 +0000 (+0200) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=6dee6be1331cafb8dfbe7f94e1adc2d9b5f2cb79;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +net-libs/signond-8.58 --- diff --git a/signond.conf b/signond.conf new file mode 100644 index 00000000..2a32bf2b --- /dev/null +++ b/signond.conf @@ -0,0 +1,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