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.
2 parents 5201f76 + 29fc2f5 commit fd63259Copy full SHA for fd63259
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