Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 188159 Details for
Bug 265907
sys-apps/sandbox does not quote arguments before passing them to bash
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
portage-2.2-sandbox.patch
portage-2.2-sandbox.patch (text/plain), 486 bytes, created by
Harald van Dijk (RETIRED)
on 2009-04-12 22:20:36 UTC
(
hide
)
Description:
portage-2.2-sandbox.patch
Filename:
MIME Type:
Creator:
Harald van Dijk (RETIRED)
Created:
2009-04-12 22:20:36 UTC
Size:
486 bytes
patch
obsolete
>--- portage-2.2_rc15/pym/portage/process.py >+++ portage-2.2_rc15/pym/portage/process.py >@@ -60,9 +60,10 @@ > def spawn_sandbox(mycommand, opt_name=None, **keywords): > if not sandbox_capable: > return spawn_bash(mycommand, opt_name=opt_name, **keywords) >- args=[SANDBOX_BINARY] >+ args=[SANDBOX_BINARY, BASH_BINARY] > if not opt_name: > opt_name = os.path.basename(mycommand.split()[0]) >+ args.append("-c") > args.append(mycommand) > return spawn(args, opt_name=opt_name, **keywords) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 265907
:
188156
| 188159