From 4ab70213caa02f01bd27f6b81e13b362840efa49 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Thu, 6 Nov 2014 09:17:20 -0500 Subject: [PATCH] Increase default amount of processes for normal users to 4096 --- 90-nproc.conf | 2 +- pam.spec | 2 +- 2 files changed, 2 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 a73a2e7..ee2037e 100644 --- a/pam.spec +++ b/pam.spec @@ -13,7 +13,7 @@ Summary: A security tool which provides authentication for applications Name: pam Version: 1.1.8 -Release: 4 +Release: 5 Epoch: 1 # The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant # as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,