From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EskBr-0005XK-Ga for mharc-grub-devel@gnu.org; Sat, 31 Dec 2005 12:06:47 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EskBl-0005UB-8h for grub-devel@gnu.org; Sat, 31 Dec 2005 12:06:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EskBi-0005Su-87 for grub-devel@gnu.org; Sat, 31 Dec 2005 12:06:39 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EskBh-0005Sk-34 for grub-devel@gnu.org; Sat, 31 Dec 2005 12:06:37 -0500 Received: from [195.197.172.116] (helo=gw02.mail.saunalahti.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EskCQ-0002Ok-1H for grub-devel@gnu.org; Sat, 31 Dec 2005 12:07:22 -0500 Received: from [192.168.150.87] (YYYMMMCCII.dsl.saunalahti.fi [85.76.10.103]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id B7E6CE2D06 for ; Sat, 31 Dec 2005 19:05:02 +0200 (EET) Message-ID: <43B6BA3C.1010909@gentoo.org> Date: Sat, 31 Dec 2005 19:05:00 +0200 From: =?UTF-8?B?UGV0dGVyaSBSw6R0eQ==?= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 X-Enigmail-Version: 0.92.0.0 OpenPGP: url=http://users.tkk.fi/~praty/public.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC36D3A8675AB5A5BBE4D88FC" Subject: Executable stacks X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 17:06:43 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC36D3A8675AB5A5BBE4D88FC Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello. GRUB2 contains executable stacks. Usually these are not needed and can be easily fixed. betelgeuse@pena ~/checkouts/grub2 $ scanelf -qeR . RWX --- --- ./grub-setup !WX --- --- ./pxeboot_img-boot_i386_pc_pxeboot.o RWX --- --- ./grub-emu !WX --- --- ./kernel_img-kern_i386_pc_startup.o RWX --- --- ./grub-probefs !WX --- --- ./boot_img-boot_i386_pc_boot.o RWX --- RWX ./kernel.exec --- --- RWX ./diskboot.exec !WX --- --- ./normal_mod-normal_i386_setjmp.o !WX --- --- ./diskboot_img-boot_i386_pc_diskboot.o --- --- RWX ./pxeboot.exec --- --- RWX ./boot.exec http://www.gentoo.org/proj/en/hardened/gnu-stack.xml This document is very helpful in fixing this problem. Regards, Petteri --------------enigC36D3A8675AB5A5BBE4D88FC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDtro+cxLzpIGCsLQRAj/VAKCMSiE3X9j2J7bZRoU/Kuq/VpfbSACePzHg SIDJw4AYQ3snhW764GetzCI= =bPAr -----END PGP SIGNATURE----- --------------enigC36D3A8675AB5A5BBE4D88FC--