]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Thu, 11 Aug 2016 05:44:53 +0000 (07:44 +0200)
committerFrank Brehm <frank@brehm-online.com>
Thu, 11 Aug 2016 05:44:53 +0000 (07:44 +0200)
Package changes:

signond.conf [deleted file]

diff --git a/signond.conf b/signond.conf
deleted file mode 100644 (file)
index 2a32bf2..0000000
+++ /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