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 657674 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]
patch for RHEL 6 branch
iutil-execWithCallback-rhel6.patch (text/plain), 329 bytes, created by
Andy Grimm
on 2012-12-04 18:16:42 UTC
(
hide
)
Description:
patch for RHEL 6 branch
Filename:
MIME Type:
Creator:
Andy Grimm
Created:
2012-12-04 18:16:42 UTC
Size:
329 bytes
patch
obsolete
>diff --git a/iutil.py b/iutil.py >index 3e3f903..48f343b 100644 >--- a/iutil.py >+++ b/iutil.py >@@ -313,6 +313,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