summaryrefslogtreecommitdiff
path: root/libre/systemd/systemd-user.pam
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-13 00:34:27 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-13 00:40:13 -0300
commit6f528205d9c0f72c6d0d93d854470a9ebdf336dc (patch)
tree627edd30c843bed0e13b8d9a7fb723715bbe8713 /libre/systemd/systemd-user.pam
parentaa170f0023748f22cc4cf6bbff6d44ad42ad42af (diff)
systemd-232-6.parabola1: bump to Arch's revision
* fix pam file: s/system-auth/system-login/ * avoid hiding bind mounts in nspawn (FS#52009 -> https://bugs.archlinux.org/task/52009) * fix build system to cope with recent lz4 (FS#52065 -> https://bugs.archlinux.org/task/52065) * make sure to initially populate the space info cache (FS#52012 -> https://bugs.archlinux.org/task/52012) * fix nspawn error code for --help and --version (FS#52029 -> https://bugs.archlinux.org/task/52029) * provide our own /etc/pam.d/systemd-user (FS#52039 -> https://bugs.archlinux.org/task/52039)
Diffstat (limited to 'libre/systemd/systemd-user.pam')
-rw-r--r--libre/systemd/systemd-user.pam5
1 files changed, 5 insertions, 0 deletions
diff --git a/libre/systemd/systemd-user.pam b/libre/systemd/systemd-user.pam
new file mode 100644
index 000000000..83f762696
--- /dev/null
+++ b/libre/systemd/systemd-user.pam
@@ -0,0 +1,5 @@
+# Used by systemd --user instances.
+
+account include system-login
+session required pam_loginuid.so
+session include system-login