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-gjs.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc/inc/allow-gjs.inc') diff --git a/etc/inc/allow-gjs.inc b/etc/inc/allow-gjs.inc index c1366e093..2e2490079 100644 --- a/etc/inc/allow-gjs.inc +++ b/etc/inc/allow-gjs.inc @@ -2,11 +2,11 @@ # Persistent customizations should go in a .local file. include allow-gjs.local -noblacklist ${PATH}/gjs -noblacklist ${PATH}/gjs-console -noblacklist /usr/lib/gjs -noblacklist /usr/lib/libgjs* -noblacklist /usr/lib/libmozjs-* -noblacklist /usr/lib64/gjs -noblacklist /usr/lib64/libgjs* -noblacklist /usr/lib64/libmozjs-* +nodeny ${PATH}/gjs +nodeny ${PATH}/gjs-console +nodeny /usr/lib/gjs +nodeny /usr/lib/libgjs* +nodeny /usr/lib/libmozjs-* +nodeny /usr/lib64/gjs +nodeny /usr/lib64/libgjs* +nodeny /usr/lib64/libmozjs-* -- cgit v1.2.3-70-g09d2