diff options
Diffstat (limited to 'testing/ruby-ffi/ruby-ffi.post-install')
-rw-r--r-- | testing/ruby-ffi/ruby-ffi.post-install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/ruby-ffi/ruby-ffi.post-install b/testing/ruby-ffi/ruby-ffi.post-install deleted file mode 100644 index 17917cc4df..0000000000 --- a/testing/ruby-ffi/ruby-ffi.post-install +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -if grep -qw PaX /proc/$$/status 2>/dev/null; then - cat >&2 <<-EOF - !! - !! ruby-ffi does not work on kernel with PaX, unless you disable MPROTECT - !! for ruby binary. If you're aware of security implications, execute: - !! - !! apk add paxmark && paxmark -m /usr/bin/ruby - !! - EOF -fi |