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-a-l/agetpkg.profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/profile-a-l/agetpkg.profile') diff --git a/etc/profile-a-l/agetpkg.profile b/etc/profile-a-l/agetpkg.profile index 34f59769e..d32586c5b 100644 --- a/etc/profile-a-l/agetpkg.profile +++ b/etc/profile-a-l/agetpkg.profile @@ -7,8 +7,8 @@ include agetpkg.local # Persistent global definitions include globals.local -blacklist /tmp/.X11-unix -blacklist ${RUNUSER}/wayland-* +deny /tmp/.X11-unix +deny ${RUNUSER}/wayland-* # Allow python (blacklisted by disable-interpreters.inc) #include allow-python2.inc @@ -23,7 +23,7 @@ include disable-programs.inc include disable-shell.inc include disable-xdg.inc -whitelist ${DOWNLOADS} +allow ${DOWNLOADS} include whitelist-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-54-g00ecf