We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5201f76 commit 29fc2f5Copy full SHA for 29fc2f5
assets/build/install.sh
@@ -42,6 +42,11 @@ cd -
42
rm -rf /tmp/re2
43
DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove checkinstall
44
45
+# PaX-mark ruby
46
+# Applying the mark late here does make the build usable on PaX kernels, but
47
+# still the build itself must be executed on a non-PaX kernel. It's done here
48
+# only for simplicity.
49
+paxctl -Cm `which ruby${RUBY_VERSION}`
50
# https://en.wikibooks.org/wiki/Grsecurity/Application-specific_Settings#Node.js
51
paxctl -Cm `which nodejs`
52
0 commit comments