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 1482950 Details for
Bug 1626517
group crippled in /usr/sbin/if(up|down)
[?]
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] contrib/rpm: fix mode of ghost ifup/ifdown files
0001-contrib-rpm-fix-mode-of-ghost-ifup-ifdown-files.patch (text/plain), 1.42 KB, created by
Beniamino Galvani
on 2018-09-13 08:16:24 UTC
(
hide
)
Description:
[PATCH] contrib/rpm: fix mode of ghost ifup/ifdown files
Filename:
MIME Type:
Creator:
Beniamino Galvani
Created:
2018-09-13 08:16:24 UTC
Size:
1.42 KB
patch
obsolete
>From d8a972c575c44b39dd170ab58d6a8937f7893d3f Mon Sep 17 00:00:00 2001 >From: Beniamino Galvani <bgalvani@redhat.com> >Date: Wed, 12 Sep 2018 18:27:06 +0200 >Subject: [PATCH] contrib/rpm: fix mode of ghost ifup/ifdown files > >Set the execution bit on /usr/sbin/{ifup,ifdown} ghost files to match >the mode of same files installed by initscripts. > >Otherwise, they will appear as changed according to rpm verify: > > .M....... g /usr/sbin/ifdown > .M....... g /usr/sbin/ifup > >when the alternatives mechanism is not in place. > > # ll /usr/sbin/if{up,down} > -rwxr-xr-x. 1 root root 1651 Aug 24 06:23 /usr/sbin/ifdown > -rwxr-xr-x. 1 root root 5010 Aug 24 06:23 /usr/sbin/ifup > >https://bugzilla.redhat.com/show_bug.cgi?id=1626517 >--- > contrib/fedora/rpm/NetworkManager.spec | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec >index 18edf64a9..f24cc8b70 100644 >--- a/contrib/fedora/rpm/NetworkManager.spec >+++ b/contrib/fedora/rpm/NetworkManager.spec >@@ -685,9 +685,9 @@ fi > %config(noreplace) %{_sysconfdir}/%{name}/NetworkManager.conf > %{_bindir}/nm-online > %{_libexecdir}/nm-ifup >-%ghost %{_sbindir}/ifup >+%ghost %attr(755, root, root) %{_sbindir}/ifup > %{_libexecdir}/nm-ifdown >-%ghost %{_sbindir}/ifdown >+%ghost %attr(755, root, root) %{_sbindir}/ifdown > %{_libexecdir}/nm-dhcp-helper > %{_libexecdir}/nm-dispatcher > %{_libexecdir}/nm-iface-helper >-- >2.17.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 1626517
: 1482950