Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany/files: epiphany-2.26-fix-sandbox-violations.patch
Date: Thu, 02 Jul 2009 07:13:41
Message-Id: E1MMGUG-0005Kr-3V@stork.gentoo.org
1 nirbheek 09/07/02 07:13:40
2
3 Added: epiphany-2.26-fix-sandbox-violations.patch
4 Log:
5 Fix sandbox violations, bug 263585
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 www-client/epiphany/files/epiphany-2.26-fix-sandbox-violations.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/files/epiphany-2.26-fix-sandbox-violations.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/files/epiphany-2.26-fix-sandbox-violations.patch?rev=1.1&content-type=text/plain
13
14 Index: epiphany-2.26-fix-sandbox-violations.patch
15 ===================================================================
16 Running the test program as root inside a sandbox causes access violations
17
18 See bug 263585
19
20 Patch by Jory A. Pratt
21
22 ---
23 --- configure.ac
24 +++ configure.ac
25 @@ -315,11 +315,6 @@
26 # now tests for mozilla API variance
27 # **********************************
28
29 -# First build a test program to see whether compiling and running XPCOM
30 -# programs works at all, so we don't get false test failures below
31 -
32 -GECKO_XPCOM_PROGRAM_CHECK
33 -
34 # Check for PSM header(s) to infer PSM presence
35
36 GECKO_CHECK_HEADERS([pipnss],[nsIX509Cert.h],[have_psm=yes],[have_psm=no])