From 919ce1131e63ad969cab937e906d13b98962216c Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 16 Dec 2013 10:57:03 +0100 Subject: [PATCH] raise the default soft nproc limit to 4096 --- 90-nproc.conf | 2 +- pam.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/90-nproc.conf b/90-nproc.conf index 104dffd..d6e2578 100644 --- a/90-nproc.conf +++ b/90-nproc.conf @@ -2,5 +2,5 @@ # accidental fork bombs. # See rhbz #432903 for reasoning. -* soft nproc 1024 +* soft nproc 4096 root soft nproc unlimited diff --git a/pam.spec b/pam.spec index f910e12..697049d 100644 --- a/pam.spec +++ b/pam.spec @@ -3,7 +3,7 @@ Summary: An extensible library which provides authentication for applications Name: pam Version: 1.1.8 -Release: 3%{?dist} +Release: 4%{?dist} # The library is BSD licensed with option to relicense as GPLv2+ # - this option is redundant as the BSD license allows that anyway. # pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+. @@ -372,6 +372,9 @@ fi %doc doc/adg/*.txt doc/adg/html %changelog +* Mon Dec 16 2013 Tomáš Mráz 1.1.8-4 +- raise the default soft nproc limit to 4096 + * Mon Dec 2 2013 Tomáš Mráz 1.1.8-3 - updated translations