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 675901 Details for
Bug 893307
CVE-2013-0164 openshift-origin-port-proxy: openshift-port-proxy-cfg lockwrap() tmp file creation
[?]
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]
Move the request files to /var/run/openshift-port-proxy
0001-Cleanup.patch (text/plain), 1.07 KB, created by
Rob Millner
on 2013-01-09 22:49:36 UTC
(
hide
)
Description:
Move the request files to /var/run/openshift-port-proxy
Filename:
MIME Type:
Creator:
Rob Millner
Created:
2013-01-09 22:49:36 UTC
Size:
1.07 KB
patch
obsolete
>From 524465f70a32d0eb6bf047e6a05c76c22d52bfa2 Mon Sep 17 00:00:00 2001 >From: Rob Millner <rmillner@redhat.com> >Date: Wed, 9 Jan 2013 14:24:54 -0800 >Subject: [PATCH] Cleanup > >--- > port-proxy/bin/openshift-port-proxy-cfg | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/port-proxy/bin/openshift-port-proxy-cfg b/port-proxy/bin/openshift-port-proxy-cfg >index 8e1223a..d9de322 100755 >--- a/port-proxy/bin/openshift-port-proxy-cfg >+++ b/port-proxy/bin/openshift-port-proxy-cfg >@@ -10,7 +10,9 @@ source /etc/openshift/node.conf > cfgfile=/etc/openshift/port-proxy.cfg > lockfile="/var/run/openshift-port-proxy.lock" > reloadlock="/var/run/openshift-port-proxy-reload.lock" >-reqprefix="/tmp/openshift-port-proxy-reload.req" >+ >+reqdir="/var/run/openshift-port-proxy" >+reqprefix="${reqdir}/reload.req" > > ### > # System service routines; systemctl may require modifications >@@ -142,6 +144,7 @@ lockwrap() { > fi > > if [ $oldsum != $newsum ]; then >+ [ -e $reqdir ] || mkdir -m 750 $reqdir > reqfile=$(mktemp ${reqprefix}.XXXXXX) > flock 201 > >-- >1.7.11.7 >
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 893307
: 675901