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/profile-m-z/server.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/profile-m-z/server.profile') diff --git a/etc/profile-m-z/server.profile b/etc/profile-m-z/server.profile index 7d56684db..23f464637 100644 --- a/etc/profile-m-z/server.profile +++ b/etc/profile-m-z/server.profile @@ -32,12 +32,12 @@ include globals.local # it allows /sbin and /usr/sbin directories - this is where servers are installed # depending on your usage, you can enable some of the commands below: -noblacklist /sbin -noblacklist /usr/sbin +nodeny /sbin +nodeny /usr/sbin # noblacklist /var/opt -blacklist /tmp/.X11-unix -blacklist ${RUNUSER}/wayland-* +deny /tmp/.X11-unix +deny ${RUNUSER}/wayland-* include disable-common.inc # include disable-devel.inc -- cgit v1.2.3-54-g00ecf