summaryrefslogtreecommitdiffstats
path: root/patches/source/pam/patches/pam_namespace.SIZE_MAX.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/pam/patches/pam_namespace.SIZE_MAX.patch')
-rw-r--r--patches/source/pam/patches/pam_namespace.SIZE_MAX.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/source/pam/patches/pam_namespace.SIZE_MAX.patch b/patches/source/pam/patches/pam_namespace.SIZE_MAX.patch
new file mode 100644
index 000000000..0415461d9
--- /dev/null
+++ b/patches/source/pam/patches/pam_namespace.SIZE_MAX.patch
@@ -0,0 +1,10 @@
+--- ./modules/pam_namespace/pam_namespace.c.orig 2024-01-17 04:29:36.000000000 -0600
++++ ./modules/pam_namespace/pam_namespace.c 2024-01-26 14:38:48.683016434 -0600
+@@ -38,6 +38,7 @@
+ #include "pam_inline.h"
+ #include "pam_namespace.h"
+ #include "argv_parse.h"
++#include <stdint.h>
+
+ /* --- evaluating all files in VENDORDIR/security/namespace.d and /etc/security/namespace.d --- */
+ static const char *base_name(const char *path)