SOURCES (LINUX_2_6): linux-2.6-grsec_full.patch - change for vs2.3...
zbyniu
zbyniu at pld-linux.org
Tue Oct 2 22:41:21 CEST 2007
Author: zbyniu Date: Tue Oct 2 20:41:21 2007 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- change for vs2.3.0.26
---- Files affected:
SOURCES:
linux-2.6-grsec_full.patch (1.1.2.22 -> 1.1.2.23)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-grsec_full.patch
diff -u SOURCES/linux-2.6-grsec_full.patch:1.1.2.22 SOURCES/linux-2.6-grsec_full.patch:1.1.2.23
--- SOURCES/linux-2.6-grsec_full.patch:1.1.2.22 Tue Oct 2 00:10:00 2007
+++ SOURCES/linux-2.6-grsec_full.patch Tue Oct 2 22:41:15 2007
@@ -13438,7 +13438,7 @@
+ if (!gr_acl_handle_execve(file->f_dentry, file->f_vfsmnt))
+ goto out_file;
+
- bprm->mm = mm_alloc();
+ bprm->mm = mm_alloc(current->vx_info);
retval = -ENOMEM;
if (!bprm->mm)
@@ -1419,10 +1434,39 @@ int compat_do_execve(char * filename,
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-grsec_full.patch?r1=1.1.2.22&r2=1.1.2.23&f=u
More information about the pld-cvs-commit
mailing list