SOURCES (LINUX_2_6_28): linux-2.6-grsec_full.patch s/gr_task_is_capable_nol...

arekm arekm at pld-linux.org
Mon Apr 6 10:05:08 CEST 2009


Author: arekm                        Date: Mon Apr  6 08:05:08 2009 GMT
Module: SOURCES                       Tag: LINUX_2_6_28
---- Log message:
s/gr_task_is_capable_nolog/gr_is_capable_nolog/

---- Files affected:
SOURCES:
   linux-2.6-grsec_full.patch (1.1.2.55.4.2 -> 1.1.2.55.4.3) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-grsec_full.patch
diff -u SOURCES/linux-2.6-grsec_full.patch:1.1.2.55.4.2 SOURCES/linux-2.6-grsec_full.patch:1.1.2.55.4.3
--- SOURCES/linux-2.6-grsec_full.patch:1.1.2.55.4.2	Mon Apr  6 09:54:17 2009
+++ SOURCES/linux-2.6-grsec_full.patch	Mon Apr  6 10:05:02 2009
@@ -31644,7 +31644,7 @@
 +	/* here for now so we don't require task locking */
 +	if (vs_check_bit(VXC_CAP_MASK, cap) && !vx_mcaps(1L << cap))
 +		return 0;
-+	if (has_capability(current, cap) && gr_task_is_capable_nolog(current, cap)) {
++	if (has_capability(current, cap) && gr_is_capable_nolog(current, cap)) {
 +		current->flags |= PF_SUPERPRIV;
 +		return 1;
 +	}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-grsec_full.patch?r1=1.1.2.55.4.2&r2=1.1.2.55.4.3&f=u



More information about the pld-cvs-commit mailing list