From c315da486a9ecf4b696be7bb982aeb0a9c0ecb0b Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 26 Nov 2010 09:25:51 +0000 Subject: main/fprobe: fix pid creation --- main/fprobe/fprobe-1.1-setgroups.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 main/fprobe/fprobe-1.1-setgroups.patch (limited to 'main/fprobe/fprobe-1.1-setgroups.patch') diff --git a/main/fprobe/fprobe-1.1-setgroups.patch b/main/fprobe/fprobe-1.1-setgroups.patch new file mode 100644 index 0000000000..9696812437 --- /dev/null +++ b/main/fprobe/fprobe-1.1-setgroups.patch @@ -0,0 +1,19 @@ +This seems to fail after the chroot(), so just squelch the exit for now. + +Signed-off-by: Robin H. Johnson + +diff -Nuar fprobe-1.1/src/fprobe.c fprobe-1.1.new/src/fprobe.c +--- fprobe-1.1/src/fprobe.c 2008-03-17 00:06:43.000000000 +0000 ++++ fprobe-1.1.new/src/fprobe.c 2008-03-17 00:07:30.000000000 +0000 +@@ -1541,10 +1541,10 @@ + } + + if (pw) { + if (setgroups(0, NULL) < 0) { + my_log(LOG_CRIT, "setgroups: %s", strerror(errno)); +- exit(1); ++ //exit(1); + } + if (setregid(pw->pw_gid, pw->pw_gid)) { + my_log(LOG_CRIT, "setregid(%u): %s", pw->pw_gid, strerror(errno)); + exit(1); -- cgit v1.2.3