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:
commit
68321c9a97
@ -5488,6 +5488,8 @@ pamlib_LTLIBRARIES = \
|
||||
dist_pamconf_DATA = \
|
||||
src/login/systemd-user
|
||||
|
||||
EXTRA_DIST += \
|
||||
src/login/systemd-user.m4
|
||||
endif
|
||||
|
||||
nodist_systemunit_DATA += \
|
||||
|
1
src/login/.gitignore
vendored
1
src/login/.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/org.freedesktop.login1.policy
|
||||
/71-seat.rules
|
||||
/73-seat-late.rules
|
||||
/systemd-user
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user