mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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).
This commit is contained in:
parent
72c6df3af5
commit
2ad255432b
3 changed files with 2 additions and 1 deletions
|
|
@ -37,3 +37,4 @@ noblacklist ${HOME}/.bundle
|
|||
|
||||
# Rust
|
||||
noblacklist ${HOME}/.cargo
|
||||
noblacklist ${HOME}/.rustup
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue