Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58271 - ntop-3.0 sandbox violation
Summary: ntop-3.0 sandbox violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-25 05:11 UTC by Dennis Freise
Modified: 2004-07-25 06:35 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 Dennis Freise 2004-07-25 05:11:43 UTC
ntop-3.0 contains a sandbox violation error on the following files / dirs:

chown:     /var/lib/ntop
chown:     /var/lib/ntop/.keep

In the ebuild, there's a line:
chown -R nobody:nobody /var/lib/ntop 

I think that has to be:
chown -R nobody:nobody ${D}/var/lib/ntop
Comment 1 Eldad Zack (RETIRED) gentoo-dev 2004-07-25 06:35:15 UTC
thanks for the catch. fixed in portage.