projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d38dd6e
)
procd: activate PIE ASLR by default
author
Petr Štetiar
<ynezz@true.cz>
Thu, 9 Jan 2020 13:05:39 +0000
(14:05 +0100)
committer
Petr Štetiar
<ynezz@true.cz>
Mon, 13 Jan 2020 23:06:35 +0000
(
00:06
+0100)
This activates PIE ASLR support by default when the regular option is
selected.
Size increase on x86/64:
procd Installed-Size: 44931 -> 47362
Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/system/procd/Makefile
patch
|
blob
|
history
diff --git
a/package/system/procd/Makefile
b/package/system/procd/Makefile
index 03afbadf3a53b956ea5c96040bac6105a00afc43..ee857f281f9734831e2b09b748ac6cd33bf3ce88 100644
(file)
--- a/
package/system/procd/Makefile
+++ b/
package/system/procd/Makefile
@@
-22,6
+22,7
@@
PKG_LICENSE_FILES:=
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
+PKG_ASLR_PIE_REGULAR:=1
PKG_CONFIG_DEPENDS:= \
CONFIG_TARGET_INIT_PATH CONFIG_KERNEL_SECCOMP \
CONFIG_PROCD_SHOW_BOOT CONFIG_PROCD_ZRAM_TMPFS \