mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
add support for cargo toml/non-toml files (#4286)
* add support for cargo toml/non-toml files * add support for cargo toml/non-toml files * use globbing to blacklist Rust files See https://github.com/netblue30/firejail/pull/4286#issuecomment-845318446. * use globbing to blacklist cargo/Rust files See https://github.com/netblue30/firejail/pull/4286#issuecomment-845318446.
This commit is contained in:
parent
395fca8a67
commit
8882d65833
2 changed files with 2 additions and 14 deletions
|
|
@ -28,10 +28,4 @@ noblacklist ${HOME}/.python_history
|
|||
noblacklist ${HOME}/.pythonhist
|
||||
|
||||
# Rust
|
||||
noblacklist ${HOME}/.cargo/advisory-db
|
||||
noblacklist ${HOME}/.cargo/config
|
||||
noblacklist ${HOME}/.cargo/git
|
||||
noblacklist ${HOME}/.cargo/registry
|
||||
noblacklist ${HOME}/.cargo/.crates.toml
|
||||
noblacklist ${HOME}/.cargo/.crates2.json
|
||||
noblacklist ${HOME}/.cargo/.package-cache
|
||||
noblacklist ${HOME}/.cargo/*
|
||||
|
|
|
|||
|
|
@ -60,13 +60,7 @@ blacklist ${HOME}/.bitcoin
|
|||
blacklist ${HOME}/.blobby
|
||||
blacklist ${HOME}/.bogofilter
|
||||
blacklist ${HOME}/.bzf
|
||||
blacklist ${HOME}/.cargo/advisory-db
|
||||
blacklist ${HOME}/.cargo/config
|
||||
blacklist ${HOME}/.cargo/git
|
||||
blacklist ${HOME}/.cargo/registry
|
||||
blacklist ${HOME}/.cargo/.crates.toml
|
||||
blacklist ${HOME}/.cargo/.crates2.json
|
||||
blacklist ${HOME}/.cargo/.package-cache
|
||||
blacklist ${HOME}/.cargo/*
|
||||
blacklist ${HOME}/.claws-mail
|
||||
blacklist ${HOME}/.cliqz
|
||||
blacklist ${HOME}/.clonk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue