Gentoo Archives: gentoo-hardened

From: Ned Ludd <solar@g.o>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] Which hardened kernel feature disables wine?
Date: Wed, 14 Jan 2009 03:55:17
Message-Id: 1231905314.4856.11.camel@localhost
In Reply to: Re: [gentoo-hardened] Which hardened kernel feature disables wine? by Grant
1 On Tue, 2009-01-13 at 19:19 -0800, Grant wrote:
2 > >> Thanks everyone, that worked great. Is there a way to get a list of
3 > >> files which have been operated on by paxctl? I didn't see anything in
4 > >> man paxctl.
5 > >
6 > >
7 > > qlist -ao | scanelf -f - -q -x
8 >
9 > Thanks Ned. I get the following but I've only ever issued paxctl
10 > referencing /usr/bin/wine-preloader. Can you tell me why the other
11 > files might be listed?
12 >
13 > # qlist -ao | scanelf -f - -q -x
14 > --mxe- /opt/emul-linux-x86-java-1.6.0.11/bin/java
15 ..
16
17 portage and or the toolchain handles them.
18 Packages with known problems such as wine should be pax-marked
19
20 See /usr/portage/eclass/pax-utils.eclass for more details.
21
22 Finding pkgs that use these functions can be done like this.
23
24 qgrep -Hvv 'pax-mark'

Replies

Subject Author
Re: [gentoo-hardened] Which hardened kernel feature disables wine? Grant <emailgrant@×××××.com>