Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 656845 Details for
Bug 883054
iutil.execWithCallback does not honor root option
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
One-line patch to fix this bug
iutil-execWithCallback.patch (text/plain), 373 bytes, created by
Andy Grimm
on 2012-12-03 17:16:05 UTC
(
hide
)
Description:
One-line patch to fix this bug
Filename:
MIME Type:
Creator:
Andy Grimm
Created:
2012-12-03 17:16:05 UTC
Size:
373 bytes
patch
obsolete
>diff --git a/pyanaconda/iutil.py b/pyanaconda/iutil.py >index 730da8c..8396d60 100644 >--- a/pyanaconda/iutil.py >+++ b/pyanaconda/iutil.py >@@ -332,6 +332,7 @@ def execWithCallback(command, argv, stdin = None, stdout = None, > os.close(p[1]) > os.close(p_stderr[1]) > >+ os.chroot(root) > os.execvp(command, [command] + argv) > os._exit(1) >
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 883054
: 656845 |
657674