From 21cc65393156af4cd058b7c06a3f0dfc6dbaa239 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 23 Oct 2017 22:14:12 +0200 Subject: community/ruby-ffi: move from testing --- testing/ruby-ffi/ruby-ffi.post-install | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 testing/ruby-ffi/ruby-ffi.post-install (limited to 'testing/ruby-ffi/ruby-ffi.post-install') 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 -- cgit v1.2.3