Bug 975850

Summary: [RFE] gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does
Product: [Fedora] Fedora Reporter: Jan Lieskovsky <jlieskov>
Component: gnupg2Assignee: Tomas Mraz <tmraz>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bcl, jamielinux, opensource, rdieter, slukasik, tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://dev.gnupg.org/T1509
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-10-09 09:43:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Lieskovsky 2013-06-19 13:11:03 UTC
Description of problem:
Based on the Debian bug:
  [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712744

the following RFE has been filed upstream:
  [2] https://bugs.g10code.com/gnupg/issue1509

Version-Release number of selected component (if applicable):
gnupg2-2.0.19-8.fc19

How reproducible:
Always

Steps to Reproduce:
1. In rpmbuild/BUILD/gnupg-2.0.20 directory:
     $ grep -rHn "PR_SET_DUMPABLE" * | wc -l
     0

Actual results:
PR_SET_DUMPABLE is not disabled (set to 0) for gpg-agent.

Expected results:
Producing of core dump files is disabled by default for gpg-agent (possibly new option is added allowing to restore the current [produce coredumps] behaviour for debugging purposes).

Comment 1 Fedora Admin XMLRPC Client 2013-10-09 14:54:05 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Till Maas 2017-10-08 17:16:29 UTC
Upstream change the bug URL to: https://dev.gnupg.org/T1509

They decided not to adjust this.