mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 11:16:10 +00:00
gdm: allow to unlock keyring when logging in
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
78c5a8ebe7
commit
228a2ad379
@ -40,6 +40,8 @@ do_install:prepend() {
|
||||
|
||||
do_install:append() {
|
||||
rm -rf ${D}/run ${D}${localstatedir}/run
|
||||
echo "auth optional pam_gnome_keyring.so" >> ${D}${sysconfdir}/pam.d/gdm-password
|
||||
echo "session optional pam_gnome_keyring.so auto_start" >> ${D}${sysconfdir}/pam.d/gdm-password
|
||||
}
|
||||
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user