Updated sssd-debel

This commit is contained in:
2024-01-26 15:06:09 +01:00
parent d93314aae9
commit 00ef086c8f
75 changed files with 2919 additions and 4 deletions

View File

@ -0,0 +1,19 @@
--- src/providers/krb5/krb5_child.c.orig 2023-05-05 08:11:07 UTC
+++ src/providers/krb5/krb5_child.c
@@ -28,7 +28,6 @@
#include <fcntl.h>
#include <ctype.h>
#include <popt.h>
-#include <sys/prctl.h>
#include <security/pam_modules.h>
@@ -4070,8 +4069,6 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
-
- prctl(PR_SET_DUMPABLE, (dumpable == 0) ? 0 : 1);
debug_prg_name = talloc_asprintf(NULL, "krb5_child[%d]", getpid());
if (!debug_prg_name) {