summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-11-05 12:37:34 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-11-05 12:38:32 -0600
commit2d57f45962dca4975424c20312d7e04f6ff5d55e (patch)
treeb734ac65785da1b8a2ddc960334d2d97be6c3feb /data
parent2faf1a90edfc76a806dbb9893d1777d2ad235546 (diff)
downloadgdm-2d57f45962dca4975424c20312d7e04f6ff5d55e.tar.gz
Launch systemd service with KeyringMode=shared
This allows gdm to pass the LUKS password through to PAM. The login keyring will now be unlocked automatically if autologin is enabled!
Diffstat (limited to 'data')
-rw-r--r--data/gdm.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/gdm.service.in b/data/gdm.service.in
index 72201c1f..57d60ada 100644
--- a/data/gdm.service.in
+++ b/data/gdm.service.in
@@ -29,6 +29,7 @@ StandardOutput=syslog
StandardError=inherit
EnvironmentFile=-@LANG_CONFIG_FILE@
ExecReload=/bin/kill -SIGHUP $MAINPID
+KeyringMode=shared
[Install]
Alias=display-manager.service