From 4453fd9b849740cbaaf6009d6d212aad1dbaf79b Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Mon, 2 Mar 2020 17:52:53 +0800 Subject: [PATCH] ppp: activate PIE ASLR by default --- package/network/services/ppp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index b43a40bdce..9e42cb7437 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -24,6 +24,7 @@ PKG_VERSION:=$(PKG_RELEASE_VERSION) PKG_BUILD_DEPENDS:=libpcap +PKG_ASLR_PIE_REGULAR:=1 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1