rpms/pam/devel pam-0.80-limits-process.patch,NONE,1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 20 12:35:12 UTC 2005


Author: tmraz

Update of /cvs/dist/rpms/pam/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19199

Added Files:
	pam-0.80-limits-process.patch 
Log Message:
* Tue Sep 20 2005 Tomas Mraz <tmraz at redhat.com> 0.80-8
- process limit values other than RLIMIT_NICE correctly (#168790)


pam-0.80-limits-process.patch:
 pam_limits.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE pam-0.80-limits-process.patch ---
--- Linux-PAM-0.80/modules/pam_limits/pam_limits.c.process-limit	2005-07-06 10:05:32.000000000 +0200
+++ Linux-PAM-0.80/modules/pam_limits/pam_limits.c	2005-09-20 14:21:49.000000000 +0200
@@ -392,6 +392,7 @@
         case RLIMIT_AS:
          if (rlimit_value != RLIM_INFINITY)
             rlimit_value *= 1024;
+         break;
 #ifdef RLIMIT_NICE
 	case RLIMIT_NICE:
 	 if (int_value > 19)




More information about the fedora-cvs-commits mailing list