From a5ee6fa1836ed3986be333d6c9b4eed8d639636b Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 17 May 2023 17:02:25 +0000 Subject: Add schroot --- repo/schroot/pam.d.schroot.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 repo/schroot/pam.d.schroot.patch (limited to 'repo/schroot/pam.d.schroot.patch') diff --git a/repo/schroot/pam.d.schroot.patch b/repo/schroot/pam.d.schroot.patch new file mode 100644 index 0000000..ec63323 --- /dev/null +++ b/repo/schroot/pam.d.schroot.patch @@ -0,0 +1,20 @@ +--- 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 + -- cgit v1.2.1