Skip to content

Commit

Permalink
profiles: move ~/.rustup blacklist to disable-programs.inc (#5969)
Browse files Browse the repository at this point in the history
Which also blacklists ~/.cargo.

Note that ~/.rustup is the only `${HOME}` entry in disable-devel.inc.

Added on commit 8d9b12d ("New profiles + fixes + hardening",
2020-09-14).
  • Loading branch information
kmk3 authored Aug 23, 2023
1 parent 72c6df3 commit 2ad2554
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions etc/inc/allow-common-devel.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ noblacklist ${HOME}/.bundle

# Rust
noblacklist ${HOME}/.cargo
noblacklist ${HOME}/.rustup
1 change: 0 additions & 1 deletion etc/inc/disable-devel.inc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ blacklist ${PATH}/openssl
blacklist ${PATH}/openssl-1.0

# Rust
blacklist ${HOME}/.rustup
blacklist ${PATH}/rust-gdb
blacklist ${PATH}/rust-lldb
blacklist ${PATH}/rustc
Expand Down
1 change: 1 addition & 0 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ad2554

Please sign in to comment.