1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00

Merge pull request #1338 from kaysievers/pam

pam: systemd-user - call selinux module
This commit is contained in:
Lennart Poettering 2015-09-22 18:19:36 +02:00
commit 68321c9a97
3 changed files with 8 additions and 0 deletions

View File

@ -5488,6 +5488,8 @@ pamlib_LTLIBRARIES = \
dist_pamconf_DATA = \
src/login/systemd-user
EXTRA_DIST += \
src/login/systemd-user.m4
endif
nodist_systemunit_DATA += \

View File

@ -2,3 +2,4 @@
/org.freedesktop.login1.policy
/71-seat.rules
/73-seat-late.rules
/systemd-user

View File

@ -3,4 +3,9 @@
# Used by systemd --user instances.
account include system-auth
m4_ifdef(`HAVE_SELINUX',
session required pam_selinux.so close
session required pam_selinux.so nottys open
)m4_dnl
session include system-auth