Gentoo Archives: gentoo-hardened

From: Alex Efros <powerman@××××××××××××××××××.com>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] persistent paxctl -m?
Date: Thu, 09 Apr 2009 16:21:13
Message-Id: 20090409162108.GE2531@home.power
In Reply to: Re: [gentoo-hardened] persistent paxctl -m? by Alex Efros
1 Hi!
2
3 On Thu, Apr 09, 2009 at 07:14:11PM +0300, Alex Efros wrote:
4 > and create executable shell script in that dir: mozilla-firefox-bin.postinst
5 > ---cut---
6 > #!/bin/bash
7 > ewarn "Running chpax -m /opt/firefox/firefox-bin to avoid crash on flash!"
8 > chpax -m /opt/firefox/firefox-bin
9 > ---cut---
10
11 Of course, if you compile firefox instead of using firefox-bin, then file
12 should be named mozilla-firefox.postinst and you should use there paxctl
13 instead of chpax.
14
15 --
16 WBR, Alex.

Replies

Subject Author
Re: [gentoo-hardened] persistent paxctl -m? Pavel Labushev <p.labushev@×××××.com>