From 43f564bb6294a642cf39316831cde8aee25abc4f Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 11 Aug 2016 07:44:53 +0200 Subject: [PATCH] committing changes in /etc after emerge run Package changes: --- signond.conf | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 signond.conf diff --git a/signond.conf b/signond.conf deleted file mode 100644 index 2a32bf2b..00000000 --- a/signond.conf +++ /dev/null @@ -1,48 +0,0 @@ -;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 -- 2.39.5