Blame SOURCES/1705157-mpo-7.8.0-core.5.patch

196bfa
From ae06adb134244369fb88e13c5cf81f7d495f5943 Mon Sep 17 00:00:00 2001
196bfa
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
196bfa
Date: Thu, 8 Aug 2019 16:27:44 +0200
196bfa
Subject: [PATCH 1/6] core.5: RLIMIT_CORE is not enforced when piping core dump
196bfa
 to a program
196bfa
---
196bfa
 man-pages/man5/core.5 | 5 +++++
196bfa
 1 file changed, 5 insertions(+)
196bfa
196bfa
diff --git a/man-pages/man5/core.5 b/man-pages/man5/core.5
196bfa
index e1f1373..59756b8 100644
196bfa
--- a/man-pages/man5/core.5
196bfa
+++ b/man-pages/man5/core.5
196bfa
@@ -218,6 +218,11 @@ the % specifiers listed above.
196bfa
 For example, to pass the PID of the process that is being dumped, specify
196bfa
 .I %p
196bfa
 in an argument.
196bfa
+.IP *
196bfa
+The
196bfa
+.B RLIMIT_CORE
196bfa
+limit is not enforced for core dumps that are piped to a program
196bfa
+via this mechanism.
196bfa
 .SS Controlling which mappings are written to the core dump
196bfa
 Since kernel 2.6.23, the Linux-specific
196bfa
 .IR /proc/PID/coredump_filter
196bfa
-- 
196bfa
2.21.0
196bfa