add a note to limits.conf (#754285)
This commit is contained in:
parent
0e4d0dbd64
commit
d3bb594db9
12
pam-1.1.5-limits-user.patch
Normal file
12
pam-1.1.5-limits-user.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up Linux-PAM-1.1.5/modules/pam_limits/limits.conf.limits Linux-PAM-1.1.5/modules/pam_limits/limits.conf
|
||||||
|
--- Linux-PAM-1.1.5/modules/pam_limits/limits.conf.limits 2011-06-21 11:04:56.000000000 +0200
|
||||||
|
+++ Linux-PAM-1.1.5/modules/pam_limits/limits.conf 2011-12-21 09:09:17.000000000 +0100
|
||||||
|
@@ -1,5 +1,8 @@
|
||||||
|
# /etc/security/limits.conf
|
||||||
|
#
|
||||||
|
+#This file sets the resource limits for the users logged in via PAM.
|
||||||
|
+#It does not affect resource limits of the system services.
|
||||||
|
+#
|
||||||
|
#Each line describes a limit for a user in the form:
|
||||||
|
#
|
||||||
|
#<domain> <type> <item> <value>
|
7
pam.spec
7
pam.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: An extensible library which provides authentication for applications
|
Summary: An extensible library which provides authentication for applications
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 1.1.5
|
Version: 1.1.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
# The library is BSD licensed with option to relicense as GPLv2+
|
# The library is BSD licensed with option to relicense as GPLv2+
|
||||||
# - this option is redundant as the BSD license allows that anyway.
|
# - this option is redundant as the BSD license allows that anyway.
|
||||||
# pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+.
|
# pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+.
|
||||||
@ -37,6 +37,7 @@ Patch9: pam-1.1.2-noflex.patch
|
|||||||
Patch10: pam-1.1.3-nouserenv.patch
|
Patch10: pam-1.1.3-nouserenv.patch
|
||||||
Patch11: pam-1.1.3-console-abstract.patch
|
Patch11: pam-1.1.3-console-abstract.patch
|
||||||
Patch12: pam-1.1.3-faillock-screensaver.patch
|
Patch12: pam-1.1.3-faillock-screensaver.patch
|
||||||
|
Patch13: pam-1.1.5-limits-user.patch
|
||||||
|
|
||||||
%define _sbindir /sbin
|
%define _sbindir /sbin
|
||||||
%define _moduledir /%{_lib}/security
|
%define _moduledir /%{_lib}/security
|
||||||
@ -108,6 +109,7 @@ mv pam-redhat-%{pam_redhat_version}/* modules
|
|||||||
%patch10 -p1 -b .nouserenv
|
%patch10 -p1 -b .nouserenv
|
||||||
%patch11 -p1 -b .abstract
|
%patch11 -p1 -b .abstract
|
||||||
%patch12 -p1 -b .screensaver
|
%patch12 -p1 -b .screensaver
|
||||||
|
%patch13 -p1 -b .limits
|
||||||
|
|
||||||
libtoolize -f
|
libtoolize -f
|
||||||
autoreconf
|
autoreconf
|
||||||
@ -362,6 +364,9 @@ fi
|
|||||||
%doc doc/adg/*.txt doc/adg/html
|
%doc doc/adg/*.txt doc/adg/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 21 2011 Tomas Mraz <tmraz@redhat.com> 1.1.5-3
|
||||||
|
- add a note to limits.conf (#754285)
|
||||||
|
|
||||||
* Thu Nov 24 2011 Tomas Mraz <tmraz@redhat.com> 1.1.5-2
|
* Thu Nov 24 2011 Tomas Mraz <tmraz@redhat.com> 1.1.5-2
|
||||||
- use pam_pwquality instead of pam_cracklib
|
- use pam_pwquality instead of pam_cracklib
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user