projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb062f
)
Apply Full RELRO linker options ("-Wl,-z,relro,-z,now") to dbus-daemon
62/174562/2
accepted/tizen/unified/20180404.063322
submit/tizen/20180403.053920
author
Hyotaek Shim
<hyotaek.shim@samsung.com>
Tue, 3 Apr 2018 04:47:23 +0000
(13:47 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Tue, 3 Apr 2018 05:35:35 +0000
(14:35 +0900)
In addition to Partial RELRO, Full RELRO means "GOT Table becomes read-only."
Change-Id: Iaed328906e23d526f3e05209d949f3e39f76a738
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
bus/Makefile.am
patch
|
blob
|
history
diff --git
a/bus/Makefile.am
b/bus/Makefile.am
index 3f57cc48794bb199d406a9628d8bfdffa5656005..9e688cff618c4a5613ad393fb7fe3bef57e22fa1 100644
(file)
--- a/
bus/Makefile.am
+++ b/
bus/Makefile.am
@@
-29,7
+29,7
@@
AM_CPPFLAGS = \
$(NULL)
# if assertions are enabled, improve backtraces
-AM_LDFLAGS = @R_DYNAMIC_LDFLAG@
+AM_LDFLAGS = @R_DYNAMIC_LDFLAG@
-Wl,-z,relro,-z,now
EFENCE=