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