Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 228301 - media-video/gaupol-0.12.3 userpriv usersandox access violation
Summary: media-video/gaupol-0.12.3 userpriv usersandox access violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-19 08:06 UTC by Petr Pisar
Modified: 2008-06-19 11:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
media-video/gaupol-0.12.3-r1.ebuild (gaupol-0.12.3.ebuild.diff,487 bytes, patch)
2008-06-19 08:20 UTC, Petr Pisar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisar 2008-06-19 08:06:18 UTC
media-video/gaupol-0.12.3 fails to install with FEATURES="userpriv usersandbox" due to sandbox violation:

open_wr:   /root/.gconf/.testing.writeability
unlink:    /root/.gconf/.testing.writeability
open_wr:   /root/.gconfd/saved_state
open_wr:   /root/.gconfd/saved_state
open_wr:   /root/.gconfd/saved_state.tmp

Current ebuild has

addpredict $(unset HOME; echo ~)/.gconf
addpredict $(unset HOME; echo ~)/.gconfd

however this doesn't fit case when ebuild install doesn't run under root.
Comment 1 Petr Pisar 2008-06-19 08:20:12 UTC
Created attachment 157553 [details, diff]
media-video/gaupol-0.12.3-r1.ebuild

Fixes usersandbox by addpredicting ~root/.gconf istead of ~/.gconf.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-06-19 11:33:07 UTC
Thanks.  I will keep an eye for these in future, it seems the people in other bug was lying about correct syntax -> there is no correct syntax, case to case basis.