From 2d57f45962dca4975424c20312d7e04f6ff5d55e Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 5 Nov 2018 12:37:34 -0600 Subject: 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! --- data/gdm.service.in | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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 -- cgit v1.2.1