diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-01-09 14:05:39 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-01-14 00:06:35 +0100 |
commit | 9c628cc76c1e3163b2666206cc35f673ee23ef1d (patch) | |
tree | ebb18c40fe2334f64007a8a0597f37bf5a804951 /package/system | |
parent | d38dd6e1ef2d48ce0a30c1c41cbff388e7903cc4 (diff) | |
download | upstream-9c628cc76c1e3163b2666206cc35f673ee23ef1d.tar.gz upstream-9c628cc76c1e3163b2666206cc35f673ee23ef1d.tar.bz2 upstream-9c628cc76c1e3163b2666206cc35f673ee23ef1d.zip |
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 <ynezz@true.cz>
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/procd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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 \ |