Files
ports/security/gssproxy/files/patch-tests_interposetest.c
Jochen Neumeister 59c3b1a0f7 security/gssproxy: Add new Port
GSS Proxy allows processes to perform GSSAPI operations, such as
Kerberos authentication, through a privileged daemon. This separates
credential handling from the application and lets services access
keytabs and credential caches without holding the privileges directly.

WWW: https://github.com/gssapi/gssproxy

Sponsored by:	Netzkommune GmbH

Required for: FreeIPA server port
2026-07-22 00:48:24 +02:00

11 lines
248 B
C

--- tests/interposetest.c.orig 2022-07-26 10:17:29 UTC
+++ tests/interposetest.c
@@ -3,6 +3,7 @@
#include "config.h"
#include <stdlib.h>
#include <unistd.h>
+#include <signal.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>