1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/testing/schroot/pam.d.schroot.patch
Danct12 b94680c470 testing/schroot: new aport
Signed-off-by: Danct12 <danct12@disroot.org>
2020-02-21 14:11:17 -03:00

20 lines
560 B
Diff

--- a/etc/pam/schroot
+++ b/etc/pam/schroot
@@ -23,13 +23,9 @@
# time restrainst on schroot usage.
# account requisite pam_time.so
-# The standard Unix authentication modules, used with
-# NIS (man nsswitch) as well as normal /etc/passwd and
-# /etc/shadow entries.
-@include common-auth
-@include common-account
-@include common-session
-
+account required pam_unix.so
+session required pam_unix.so
+
# Sets up user limits, please uncomment and read /etc/security/limits.conf
# to enable this functionality.
# session required pam_limits.so