From 35927cb101278560cd145b4fb364770fac91a4ed Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Thu, 2 Jan 2020 13:52:54 +0100 Subject: Fix #3105 -- add allow-ruby.inc --- etc/allow-ruby.inc | 2 ++ etc/templates/profile.template | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 etc/allow-ruby.inc diff --git a/etc/allow-ruby.inc b/etc/allow-ruby.inc new file mode 100644 index 000000000..3165a981a --- /dev/null +++ b/etc/allow-ruby.inc @@ -0,0 +1,2 @@ +noblacklist ${PATH}/ruby +noblacklist /usr/lib/ruby diff --git a/etc/templates/profile.template b/etc/templates/profile.template index dcf6dd201..7bfc3cf0d 100644 --- a/etc/templates/profile.template +++ b/etc/templates/profile.template @@ -87,6 +87,9 @@ include globals.local # Allow lua (blacklisted by disable-interpreters.inc) #include allow-lua.inc +# Allow ruby (blacklisted by disable-interpreters.inc) +#include allow-ruby.inc + # Allows files commonly used by IDEs #include allow-common-devel.inc -- cgit v1.2.3-54-g00ecf