Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121613 - sandboxshell malfunction
Summary: sandboxshell malfunction
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-04 17:47 UTC by Paulo da Silva
Modified: 2006-02-05 13:00 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 Paulo da Silva 2006-02-04 17:47:47 UTC
I detected the following problem:

Ex.
# sandboxshell
[s]foo# addpredict /usr/bin
[s]foo# touch /usr/bin/xxx
touch: cannot touch `/usr/bin/xxx': Permission denied

I thought, because of "addpredict /usr/bin", "touch /usr/bin/xxx"
should not create "/usr/bin/xxx" but I also supposed no
error should be issued! Only a log output.
Comment 1 SpanKY gentoo-dev 2006-02-05 13:00:43 UTC
it did work correctly from the sandbox pov, but `touch` does a lot more work such that it detects an error happened with creating /usr/bin/xxx