From fe0f975f447d59977d90c3226cc8c623b31b20b3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 5 Jul 2021 07:23:31 -0400 Subject: move whitelist/blacklist to allow/deny --- etc/inc/allow-ruby.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/inc/allow-ruby.inc') diff --git a/etc/inc/allow-ruby.inc b/etc/inc/allow-ruby.inc index a8c701219..d949bbc84 100644 --- a/etc/inc/allow-ruby.inc +++ b/etc/inc/allow-ruby.inc @@ -2,5 +2,5 @@ # Persistent customizations should go in a .local file. include allow-ruby.local -noblacklist ${PATH}/ruby -noblacklist /usr/lib/ruby +nodeny ${PATH}/ruby +nodeny /usr/lib/ruby -- cgit v1.2.3-54-g00ecf