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/cheese.profile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/profile-a-l/cheese.profile') diff --git a/etc/profile-a-l/cheese.profile b/etc/profile-a-l/cheese.profile index aca1f5876..bde3e1311 100644 --- a/etc/profile-a-l/cheese.profile +++ b/etc/profile-a-l/cheese.profile @@ -6,8 +6,8 @@ include cheese.local # Persistent global definitions include globals.local -noblacklist ${VIDEOS} -noblacklist ${PICTURES} +nodeny ${VIDEOS} +nodeny ${PICTURES} include disable-common.inc include disable-devel.inc @@ -17,9 +17,9 @@ include disable-passwdmgr.inc include disable-programs.inc include disable-xdg.inc -whitelist ${VIDEOS} -whitelist ${PICTURES} -whitelist /usr/share/gnome-video-effects +allow ${VIDEOS} +allow ${PICTURES} +allow /usr/share/gnome-video-effects include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-54-g00ecf