From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1M2UQa-0002gV-4G for garchives@archives.gentoo.org; Fri, 08 May 2009 18:04:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E858E0467; Fri, 8 May 2009 18:03:56 +0000 (UTC) Received: from r00tworld.com (r00tworld.com [212.85.137.21]) by pigeon.gentoo.org (Postfix) with ESMTP id A288CE0467 for ; Fri, 8 May 2009 18:03:55 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by r00tworld.com (8.13.1/8.13.1) with ESMTP id n48I3pNs020951 for ; Fri, 8 May 2009 20:03:51 +0200 Received: from r00tworld.com ([127.0.0.1]) by localhost (r00tworld.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11758-10 for ; Fri, 8 May 2009 20:03:50 +0200 (CEST) Received: from [192.168.1.14] (x.r00tworld.com [212.85.137.21]) by r00tworld.com (8.13.1/8.13.1) with ESMTP id n48I3lNc020942 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 8 May 2009 20:03:48 +0200 From: pageexec@freemail.hu To: gentoo-hardened@lists.gentoo.org Date: Fri, 08 May 2009 20:02:28 +0200 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 Subject: Re: [gentoo-hardened] Softmode required for a particular wine app Message-ID: <4A0473B4.23373.4FBBD34E@pageexec.freemail.hu> Priority: normal In-reply-to: <49bf44f10905080930r5610164cx4dc819cabfc9c344@mail.gmail.com> References: <49bf44f10905080930r5610164cx4dc819cabfc9c344@mail.gmail.com> X-mailer: Pegasus Mail for Windows (4.50 PB1) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.12 (r00tworld.com [212.85.137.21]); Fri, 08 May 2009 20:03:48 +0200 (CEST) X-Virus-Scanned: r00tworld Anti-Virus System X-Archives-Salt: 982b1e2b-e004-4a81-b6cd-39e3f55cb675 X-Archives-Hash: 59824ddc4a0ad5ba39ee60fb4de7c347 On 8 May 2009 at 9:30, Grant wrote: > I've been able to run Windows apps via wine since executing 'paxctl -m > /usr/bin/wine-preloader', but there is one app which won't run unless > I enable softmode. The error I get in dmesg is: > > grsec: signal 11 sent to /usr/bin/wine-preloader[DVDAExplorer.ex:9899] > uid/euid:1000/1000 gid/egid:100/100, parent /bin/bash[bash:9835] > uid/euid:1000/1000 gid/egid:100/100 > > Is there any way to run this app without enabling softmode? what happens if you paxctl -sp wine-preloader? also it would be nice if you could get a coredump/backtrace/usual things...