Gentoo Archives: gentoo-commits

From: "Francisco Blas Izquierdo Riera (klondike)" <klondike@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/hardened: hardened-debugging.xml
Date: Sat, 28 Apr 2012 19:26:19
Message-Id: 20120428192601.CEF7A2004B@flycatcher.gentoo.org
1 klondike 12/04/28 19:26:01
2
3 Modified: hardened-debugging.xml
4 Log:
5 Explaining that trampoline emulation should be disabled as per bug #413289 Thanks aidecoe
6
7 Revision Changes Path
8 1.2 xml/htdocs/proj/en/hardened/hardened-debugging.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/hardened-debugging.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/hardened-debugging.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/hardened-debugging.xml?r1=1.1&r2=1.2
13
14 Index: hardened-debugging.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/hardened-debugging.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hardened-debugging.xml 25 Nov 2010 20:25:59 -0000 1.1
21 +++ hardened-debugging.xml 28 Apr 2012 19:26:01 -0000 1.2
22 @@ -1,11 +1,11 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/hardened-debugging.xml,v 1.1 2010/11/25 20:25:59 zorry Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/hardened-debugging.xml,v 1.2 2012/04/28 19:26:01 klondike Exp $ -->
27
28 <guide link="/proj/en/hardened/hardenedfaq.xml" lang="en">
29 <title>Gentoo Hardened debugging</title>
30 <author title="Author">
31 - <mail link="klondike@×××××××××.es">klondike</mail>
32 + <mail link="klondike"/>
33 </author>
34 <author title="Contributor">
35 <!-- Via bugs #341889 and 265693 -->
36 @@ -21,8 +21,8 @@
37 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
38 <license/>
39
40 -<version>1.0</version>
41 -<date>2010-10-26</date>
42 +<version>2</version>
43 +<date>2012-04-28</date>
44
45 <chapter>
46 <title>Solving the '??' issue.</title>
47 @@ -214,10 +214,12 @@
48 <p>
49 After debugging you may want to restore the system to its normal state, if you
50 used <c>paxctl</c> you can reset the flags to default using the <c>-z</c> flag.
51 +Since the -z flags will zero all the flags also want to keep trampoline
52 +emulation disabled. This is done with the <c>-e</c> flag.
53 </p>
54
55 -<pre caption="Reseting the flags back to its defaults.">
56 -# <i>paxctl -z binary</i>
57 +<pre caption="Reseting the flags back to its defaults. Keep trampoline emulation disabled">
58 +# <i>paxctl -ze binary</i>
59 </pre>
60
61 </body>