From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [69.77.167.62] (helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LMoX7-0000I8-0u for garchives@archives.gentoo.org; Tue, 13 Jan 2009 19:02:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18280E06AF; Tue, 13 Jan 2009 19:00:57 +0000 (UTC) Received: from mail-bw0-f21.google.com (mail-bw0-f21.google.com [209.85.218.21]) by pigeon.gentoo.org (Postfix) with ESMTP id C072FE06D6 for ; Tue, 13 Jan 2009 19:00:56 +0000 (UTC) Received: by bwz14 with SMTP id 14so525359bwz.10 for ; Tue, 13 Jan 2009 11:00:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=4DVLfD+jmLWlUahA9vXksSBimm/p6owlHeH/1cinPMI=; b=WTA5CyV3lgDTjjH3J9p63LqIPZiOd/mbJ7RvRHuzhA65OMkUA+J2zRHs4QzigQ9pv2 jB9+MIO6R+OupXupwG3LqhQCIjrdfa6ya/qcdmhBMn/rkrzLn40ltjcNY5kPVkSUKF/n Seo7rapQbbM717HfVM2IdeeHblM0aRhUZFfu4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=H9LY4vkf3UObEnRKy/10MSjOqhrGbMVHvEZAhFPqmSEanwkb77dGanf1nAvrWwV0/G SkmITmdLIomzdwLuY3bRu5j3KDynDsFipH4JQSQak9CPwXHa2WCifDR2NXkEsAgTup8y At7iKhVsi+laWxWLiSfPYpv+1dWm196vH4hvc= Received: by 10.181.226.2 with SMTP id d2mr10508222bkr.15.1231873255987; Tue, 13 Jan 2009 11:00:55 -0800 (PST) Received: by 10.181.16.3 with HTTP; Tue, 13 Jan 2009 11:00:55 -0800 (PST) Message-ID: <49bf44f10901131100t41a192d8n1d83ba116be42ce2@mail.gmail.com> Date: Tue, 13 Jan 2009 11:00:55 -0800 From: Grant To: gentoo-hardened@lists.gentoo.org Subject: [gentoo-hardened] Which hardened kernel feature disables wine? Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-hardened@lists.gentoo.org Reply-to: gentoo-hardened@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 86c3a4e1-13e7-457d-85e3-6a6fee77d5f9 X-Archives-Hash: 767edb4ca53b13575d8886d86653242e I'm using the grsecurity "Gentoo (workstation)" setting in my hardened kernel, but trying to use wine I get this: err:heap:HEAP_GetPtr Invalid heap (nil)! err:heap:HEAP_GetPtr Invalid heap (nil)! err:module:attach_process_dlls "KERNEL32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\wineboot.exe" failed, status c0000005 If I remove grsecurity from the kernel, wine works fine. Does anyone know how to fix this or which grsecurity option I can disable to enable wine? - Grant