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 603251 Details for
Bug 818585
selinux blocks postgresql startup
[?]
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 sudo.spec to address issue from comment #37
sudo.patch (text/plain), 1.47 KB, created by
Robert Scheck
on 2012-08-09 12:28:25 UTC
(
hide
)
Description:
Patch for sudo.spec to address issue from comment #37
Filename:
MIME Type:
Creator:
Robert Scheck
Created:
2012-08-09 12:28:25 UTC
Size:
1.47 KB
patch
obsolete
>--- sudo.spec 2012-08-01 14:10:19.000000000 +0200 >+++ sudo.spec.rsc 2012-08-09 14:26:30.000000000 +0200 >@@ -5,7 +5,7 @@ > Summary: Allows restricted root access for specified users. > Name: sudo > Version: 1.7.2p1 >-Release: 14%{?dist}.2 >+Release: 14%{?dist}.3 > License: BSD > Group: Applications/System > URL: http://www.courtesan.com/sudo/ >@@ -214,13 +214,13 @@ > NSSWITCH_TMPFILE=$(mktemp) > grep -v '^sudoers: files ldap$' %{nsswitch_path} > "$NSSWITCH_TMPFILE" && \ > mv -f "$NSSWITCH_TMPFILE" %{nsswitch_path} >- restorecon %{nsswitch_path} >+ [ -x /sbin/restorecon ] && /sbin/restorecon %{nsswitch_path} > fi > > if ! grep -q '^[[:space:]]*sudoers:' %{nsswitch_path}; then > # No "sudoers:" line in nsswitch.conf, add a default one > echo %{nsswitch_line} >> %{nsswitch_path} >- restorecon %{nsswitch_path} >+ [ -x /sbin/restorecon ] && /sbin/restorecon %{nsswitch_path} > fi > > %postun >@@ -230,10 +230,13 @@ > NSSWITCH_TMPFILE=$(mktemp) > grep -v %{nsswitch_regex} %{nsswitch_path} > "$NSSWITCH_TMPFILE" && \ > mv -f "$NSSWITCH_TMPFILE" %{nsswitch_path} >- restorecon %{nsswitch_path} >+ [ -x /sbin/restorecon ] && /sbin/restorecon %{nsswitch_path} > fi > > %changelog >+* Thu Aug 09 2012 Robert Scheck <robert@fedoraproject.org> - 1.7.2p1-14.3 >+- only execute restorecon if it is really installed (#818585 #c37) >+ > * Wed Aug 1 2012 Daniel Kopecek <dkopecek@redhat.com> - 1.7.2p1-14.2 > - added a workaround for a race condition in handling child processes > Resolves: rhbz#844978
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 818585
: 603251