gdm: gdm-welcome (optionally) should run pam_systemd.so if found, this fixes ACLs with systemd.
This commit is contained in:
parent
e3b05fcc03
commit
1fcb9b8dd2
|
@ -10,10 +10,5 @@ post)
|
|||
[ ! -d var/cache/gdm ] && mkdir -p var/cache/gdm
|
||||
chown gdm:gdm var/lib/gdm > /dev/null
|
||||
chown -R gdm:gdm var/lib/gdm/.gconf.mandatory
|
||||
# Check that gdm user also is in the video group.
|
||||
if groups gdm|grep -vq video; then
|
||||
usermod -a -G video gdm
|
||||
echo "Added gdm user to the system video group."
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -8,4 +8,5 @@ account required pam_unix.so
|
|||
password required pam_deny.so
|
||||
|
||||
session required pam_loginuid.so
|
||||
-session optional pam_systemd.so
|
||||
session optional pam_keyinit.so force revoke
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=3.2.0
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||
|
@ -44,7 +44,6 @@ gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|||
# Create the 'gdm' system user/group.
|
||||
system_accounts="gdm"
|
||||
gdm_homedir="/var/lib/gdm"
|
||||
gdm_groups="video"
|
||||
systemd_services="gdm.service"
|
||||
|
||||
Add_dependency run glibc
|
||||
|
|
Loading…
Reference in New Issue