Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] sandbox and $HOME
Date: Thu, 06 Nov 2008 11:53:56
Message-Id: tkrat.450a920fe32d694c@igpm.rwth-aachen.de
1 Hi,
2
3 I am trying to write an ebuild for media-libs/babl-9999
4 Unfortunately, probably when making docs, it invokes
5 inkscape which wants to access and write to
6 /root/.config/Inkscape
7
8 which probably comes from
9 $(HOME)/.config/Inkscape
10
11 This violates the sandbox - see below -
12
13 What can I do about it?
14
15 Many thanks for a hint,
16 Helmut.
17
18
19 --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
20 LOG FILE = "/var/log/sandbox/sandbox-2363.log"
21
22 VERSION 1.0
23 FORMAT: F - Function called
24 FORMAT: S - Access Status
25 FORMAT: P - Path as passed to function
26 FORMAT: A - Absolute Path (not canonical)
27 FORMAT: R - Canonical Path
28 FORMAT: C - Command Line
29
30 F: mkdir
31 S: deny
32 P: /root/.config/Inkscape
33 A: /root/.config/Inkscape
34 R: /root/.config/Inkscape
35 C: /usr/bin/inkscape -e babl-a4poster.png babl-a4poster.svg -w 256 -y 0 2
36
37 F: open_wr
38 S: deny
39 P: /root/.config/Inkscape/extension-errors.log
40 A: /root/.config/Inkscape/extension-errors.log
41 R: /root/.config/Inkscape/extension-errors.log
42 C: /usr/bin/inkscape -e babl-a4poster.png babl-a4poster.svg -w 256 -y 0 2
43
44
45
46 --
47 Helmut Jarausch
48
49 Lehrstuhl fuer Numerische Mathematik
50 RWTH - Aachen University
51 D 52056 Aachen, Germany

Replies

Subject Author
Re: [gentoo-user] sandbox and $HOME Alan McKinnon <alan.mckinnon@×××××.com>