diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-01-09 14:04:39 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-01-14 00:06:03 +0100 |
commit | d38dd6e1ef2d48ce0a30c1c41cbff388e7903cc4 (patch) | |
tree | 70179e935286d14a3212d0f4833d2e442824fd56 | |
parent | a2571f3c81bcfa9a89df57869eed426ec3d4ce06 (diff) | |
download | upstream-d38dd6e1ef2d48ce0a30c1c41cbff388e7903cc4.tar.gz upstream-d38dd6e1ef2d48ce0a30c1c41cbff388e7903cc4.tar.bz2 upstream-d38dd6e1ef2d48ce0a30c1c41cbff388e7903cc4.zip |
ubus: activate PIE ASLR by default
This activates PIE ASLR support by default when the regular option is
selected.
Size increase on x86/64:
ubus Installed-Size: 5602 -> 5950
ubusd Installed-Size: 11643 -> 12119
Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r-- | package/system/ubus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile index aadef43af1..ab2cdbd99a 100644 --- a/package/system/ubus/Makefile +++ b/package/system/ubus/Makefile @@ -12,9 +12,10 @@ CMAKE_INSTALL:=1 PKG_LICENSE:=LGPL-2.1 PKG_LICENSE_FILES:= - PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> +PKG_ASLR_PIE_REGULAR:=1 + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk |