From: Petr Štetiar Date: Thu, 9 Jan 2020 13:05:39 +0000 (+0100) Subject: procd: activate PIE ASLR by default X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fjogo.git;a=commitdiff_plain;h=9c628cc76c1e3163b2666206cc35f673ee23ef1d procd: activate PIE ASLR by default 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 --- diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 03afbadf3a..ee857f281f 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -22,6 +22,7 @@ PKG_LICENSE_FILES:= PKG_MAINTAINER:=John Crispin +PKG_ASLR_PIE_REGULAR:=1 PKG_CONFIG_DEPENDS:= \ CONFIG_TARGET_INIT_PATH CONFIG_KERNEL_SECCOMP \ CONFIG_PROCD_SHOW_BOOT CONFIG_PROCD_ZRAM_TMPFS \