mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
updates for ~/.cargo
This commit is contained in:
parent
3369f141b8
commit
333be4d3a3
4 changed files with 13 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.atom
|
||||
noblacklist ${HOME}/.config/Atom
|
||||
noblacklist ${HOME}/.cargo/config
|
||||
noblacklist ${HOME}/.cargo/registry
|
||||
|
||||
include disable-common.inc
|
||||
include disable-passwdmgr.inc
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@ include globals.local
|
|||
noblacklist ${HOME}/.config/Brackets
|
||||
#noblacklist /opt/brackets/
|
||||
#noblacklist /opt/google/
|
||||
# Uncomment the the next two lines if you are developing rust.
|
||||
#noblacklist ${HOME}/.cargo/config
|
||||
#noblacklist ${HOME}/.cargo/registry
|
||||
|
||||
|
||||
include disable-common.inc
|
||||
include disable-passwdmgr.inc
|
||||
|
|
|
|||
|
|
@ -272,6 +272,11 @@ read-only ${HOME}/.bin
|
|||
read-only ${HOME}/.local/bin
|
||||
read-only ${HOME}/.cargo/bin
|
||||
|
||||
# cargo
|
||||
read-only ${HOME}/.cargo/env
|
||||
blacklist ${HOME}/.cargo/registry
|
||||
blacklist ${HOME}/.cargo/config
|
||||
|
||||
# Write-protection for desktop entries
|
||||
read-only ${HOME}/.config/menus
|
||||
read-only ${HOME}/.local/share/applications
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ include gnome-builder.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
noblacklist ${HOME}/.cargo/config
|
||||
noblacklist ${HOME}/.cargo/registry
|
||||
|
||||
include disable-common.inc
|
||||
include disable-passwdmgr.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue