zerotier: do not allow executable stack
authorOskari Rauta <oskari.rauta@gmail.com>
Sun, 12 Mar 2023 16:30:35 +0000 (18:30 +0200)
committerTianling Shen <cnsztl@gmail.com>
Mon, 4 Sep 2023 06:30:32 +0000 (14:30 +0800)
commit419374b40691a27141558eb03b648ce3af6b7c0f
tree95d53689cdf8c522e96518804cfcfdc38b27a6e7
parent41048a79f9a6711d52ea8132a1d08c42ab9f44bc
zerotier: do not allow executable stack

zerotier as default has executable stack.
[   11.343143] process '/usr/bin/zerotier-one' started with executable stack

executable stacks are not recommend, possibly provide a threat and there
seems to be no advantage of executable stack with zerotier-one - so let's
build it without instead.

Stack is executable on x86_64, but not on all archs, such as ramips.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit 56f30520f2413f9f1434def5b533a265912aea1c)
net/zerotier/Makefile