From 2ad255432b7d06fc3d047ba72e7d510d4270f7fd Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 23 Aug 2023 21:34:38 +0000 Subject: profiles: move ~/.rustup blacklist to disable-programs.inc (#5969) Which also blacklists ~/.cargo. Note that ~/.rustup is the only `${HOME}` entry in disable-devel.inc. Added on commit 8d9b12d1c ("New profiles + fixes + hardening", 2020-09-14). --- etc/inc/disable-programs.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/inc/disable-programs.inc') diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index 38ab7221e..887f6e4f5 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -1129,6 +1129,7 @@ blacklist ${HOME}/.repo_.gitconfig.json blacklist ${HOME}/.repoconfig blacklist ${HOME}/.retroshare blacklist ${HOME}/.ripperXrc +blacklist ${HOME}/.rustup blacklist ${HOME}/.sbt blacklist ${HOME}/.scorched3d blacklist ${HOME}/.scribus -- cgit v1.2.3-54-g00ecf