Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270927 - emerging kmldonkey-0.11 after upgrading to kdelibs-3.5.10-r5 results in sandbox violations
Summary: emerging kmldonkey-0.11 after upgrading to kdelibs-3.5.10-r5 results in sandb...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-05-23 11:55 UTC by François Bissey
Modified: 2009-05-25 16:57 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description François Bissey 2009-05-23 11:55:37 UTC
After the kdelibs update I started updating all apps with files in /usr/lib/kde3.
Among them kmldonkey. Compiled fine but resulted in sandbox violaion at install time.

Reproducible: Always

Steps to Reproduce:
1.install kdelibs-3.5.10-r5
2.emerge kmldonkey


Actual Results:  
sandbox violations:
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: unlinkat
S: deny
P: /usr/kde/3.5/share/services/kded/mobilemule.desktop
A: /usr/kde/3.5/share/services/kded/mobilemule.desktop
R: /usr/kde/3.5/share/services/kded/mobilemule.desktop
C: rm -f /usr/kde/3.5/share/services/kded/mobilemule.desktop /usr/kde/3.5/share/services/kded/kmldonkey.desktop 

F: unlinkat
S: deny
P: /usr/kde/3.5/share/services/kded/kmldonkey.desktop
A: /usr/kde/3.5/share/services/kded/kmldonkey.desktop
R: /usr/kde/3.5/share/services/kded/kmldonkey.desktop
C: rm -f /usr/kde/3.5/share/services/kded/mobilemule.desktop /usr/kde/3.5/share/services/kded/kmldonkey.desktop 

F: unlinkat
S: deny
P: /usr/kde/3.5/lib/kde3/kded_mobilemule.*
A: /usr/kde/3.5/lib/kde3/kded_mobilemule.*
R: /usr/kde/3.5/lib/kde3/kded_mobilemule.*
C: rm -f /usr/kde/3.5/lib/kde3/kded_mobilemule.* /usr/kde/3.5/lib/kde3/kded_kmldonkey.* 

F: unlinkat
S: deny
P: /usr/kde/3.5/lib/kde3/kded_kmldonkey.*
A: /usr/kde/3.5/lib/kde3/kded_kmldonkey.*
R: /usr/kde/3.5/lib/kde3/kded_kmldonkey.*
C: rm -f /usr/kde/3.5/lib/kde3/kded_mobilemule.* /usr/kde/3.5/lib/kde3/kded_kmldonkey.* 


Expected Results:  
clean install.

I tried to remove kmldonkey before reinstalling with the same outcome.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-05-25 16:57:43 UTC
using patch from older releases.
Should be fine now. Reopen if it is still K.O.