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 706771 Details for
Bug 853199
daemon programs should be compiled with PIE and full RELRO flags
[?]
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 that adds PIE and full RELRO
NetworkManager-0.9.8.0-flags.patch (text/plain), 1.39 KB, created by
Steve Grubb
on 2013-03-07 19:18:16 UTC
(
hide
)
Description:
Patch that adds PIE and full RELRO
Filename:
MIME Type:
Creator:
Steve Grubb
Created:
2013-03-07 19:18:16 UTC
Size:
1.39 KB
patch
obsolete
>diff -urp NetworkManager-0.9.8.0.orig/src/Makefile.am NetworkManager-0.9.8.0/src/Makefile.am >--- NetworkManager-0.9.8.0.orig/src/Makefile.am 2013-02-20 15:56:16.000000000 -0500 >+++ NetworkManager-0.9.8.0/src/Makefile.am 2013-03-07 14:10:12.583141988 -0500 >@@ -313,7 +313,7 @@ NetworkManager_CPPFLAGS = \ > -DNMCONFDIR=\"$(nmconfdir)\" \ > -DNMRUNDIR=\"$(nmrundir)\" \ > -DNMSTATEDIR=\"$(nmstatedir)\" \ >- -DARP_DEBUG >+ -DARP_DEBUG -fPIE > > if WITH_CONCHECK > NetworkManager_CPPFLAGS += $(LIBSOUP_CFLAGS) >@@ -353,7 +353,7 @@ if WITH_CONCHECK > NetworkManager_LDADD += $(LIBSOUP_LIBS) > endif > >-NetworkManager_LDFLAGS = -rdynamic >+NetworkManager_LDFLAGS = -rdynamic -pie -Wl,-z,relro -Wl,-z,now > > dbusservicedir = $(DBUS_SYS_DIR) > dbusservice_DATA = org.freedesktop.NetworkManager.conf >diff -urp NetworkManager-0.9.8.0.orig/test/Makefile.am NetworkManager-0.9.8.0/test/Makefile.am >--- NetworkManager-0.9.8.0.orig/test/Makefile.am 2013-02-20 15:56:16.000000000 -0500 >+++ NetworkManager-0.9.8.0/test/Makefile.am 2013-03-07 14:10:30.752310519 -0500 >@@ -24,6 +24,14 @@ nm_tool_LDADD = \ > $(GLIB_LIBS) > > nm_online_SOURCES = nm-online.c >+nm_online_CFLAGS = \ >+ $(DBUS_CFLAGS) \ >+ $(GLIB_CFLAGS) \ >+ -DBINDIR=\"$(bindir)\" \ >+ -DDATADIR=\"$(datadir)\" \ >+ -DNMLOCALEDIR=\"$(datadir)/locale\" \ >+ -fPIE >+nm_online_LDFLAGS = -Wl,-z,relro -Wl,-z,now -pie > nm_online_LDADD = \ > $(top_builddir)/libnm-util/libnm-util.la \ > $(DBUS_LIBS) \
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 853199
: 706771 |
741989