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/cargo.profile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/profile-a-l/cargo.profile') diff --git a/etc/profile-a-l/cargo.profile b/etc/profile-a-l/cargo.profile index 7cf04c550..9c53af84f 100644 --- a/etc/profile-a-l/cargo.profile +++ b/etc/profile-a-l/cargo.profile @@ -10,11 +10,11 @@ include globals.local ignore noexec ${HOME} ignore noexec /tmp -blacklist /tmp/.X11-unix -blacklist ${RUNUSER} +deny /tmp/.X11-unix +deny ${RUNUSER} -noblacklist ${HOME}/.cargo/credentials -noblacklist ${HOME}/.cargo/credentials.toml +nodeny ${HOME}/.cargo/credentials +nodeny ${HOME}/.cargo/credentials.toml # Allows files commonly used by IDEs include allow-common-devel.inc @@ -34,7 +34,7 @@ include disable-xdg.inc #whitelist ${HOME}/.cargo #whitelist ${HOME}/.rustup #include whitelist-common.inc -whitelist /usr/share/pkgconfig +allow /usr/share/pkgconfig include whitelist-runuser-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2