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/ephemeral.profile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/profile-a-l/ephemeral.profile') diff --git a/etc/profile-a-l/ephemeral.profile b/etc/profile-a-l/ephemeral.profile index 131d68951..3657742b9 100644 --- a/etc/profile-a-l/ephemeral.profile +++ b/etc/profile-a-l/ephemeral.profile @@ -9,8 +9,8 @@ include globals.local # enforce private-cache #noblacklist ${HOME}/.cache/ephemeral -noblacklist ${HOME}/.pki -noblacklist ${HOME}/.local/share/pki +nodeny ${HOME}/.pki +nodeny ${HOME}/.local/share/pki # noexec ${HOME} breaks DRM binaries. ?BROWSER_ALLOW_DRM: ignore noexec ${HOME} @@ -27,9 +27,9 @@ mkdir ${HOME}/.pki mkdir ${HOME}/.local/share/pki # enforce private-cache #whitelist ${HOME}/.cache/ephemeral -whitelist ${HOME}/.pki -whitelist ${HOME}/.local/share/pki -whitelist ${DOWNLOADS} +allow ${HOME}/.pki +allow ${HOME}/.local/share/pki +allow ${DOWNLOADS} include whitelist-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2