summaryrefslogtreecommitdiff
path: root/debian/patches-applied/series
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2021-02-01 16:40:25 -0500
committerSteve Langasek <steve.langasek@canonical.com>2021-09-15 17:52:35 -0700
commit7dec8233c6ce514187804f58e8489c8e819f478a (patch)
tree6b308fec75db1b94d874440889991bee42062405 /debian/patches-applied/series
parent3c8e0c11da150a11efdd9b6f0978ac331605d52b (diff)
patches-applied/pam_mkhomedir_stat_before_opendir: Stat the skeleton directory before opendir
According to https://bugs.debian.org/834589 there are cases where the kernel will not permit opendir before stat of the enclosing directory. In the described case it was autofs, but I can see various filesystems that mount a network namespace doing the same thing trying to prevent excessive network traffic from a tree traversal. Statting the autofs entry before opendir causes it to work.
Diffstat (limited to 'debian/patches-applied/series')
-rw-r--r--debian/patches-applied/series1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/patches-applied/series b/debian/patches-applied/series
index 587a6366..6addd12c 100644
--- a/debian/patches-applied/series
+++ b/debian/patches-applied/series
@@ -24,3 +24,4 @@ nullok_secure-compat.patch
pam_unix_initialize_daysleft
pam_faillock_create_directory
+pam_mkhomedir_stat_before_opendir