aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world@protonmail.com>2018-12-21 16:58:37 +0100
committerLibravatar rusty-snake <print_hello_world@protonmail.com>2018-12-21 16:58:37 +0100
commit333be4d3a31e7cf9efc038460fdb044997e2468d (patch)
treeb98ec1723b266d6184d8827f642904fba78a014e
parentadaptations in bibletime.profile and rhythmbox.profile (diff)
downloadfirejail-333be4d3a31e7cf9efc038460fdb044997e2468d.tar.gz
firejail-333be4d3a31e7cf9efc038460fdb044997e2468d.tar.zst
firejail-333be4d3a31e7cf9efc038460fdb044997e2468d.zip
updates for ~/.cargo
-rw-r--r--etc/atom.profile2
-rw-r--r--etc/brackets.profile4
-rw-r--r--etc/disable-common.inc5
-rw-r--r--etc/gnome-builder.profile2
4 files changed, 13 insertions, 0 deletions
diff --git a/etc/atom.profile b/etc/atom.profile
index ceb68ef3d..995c5598d 100644
--- a/etc/atom.profile
+++ b/etc/atom.profile
@@ -8,6 +8,8 @@ include globals.local
8 8
9noblacklist ${HOME}/.atom 9noblacklist ${HOME}/.atom
10noblacklist ${HOME}/.config/Atom 10noblacklist ${HOME}/.config/Atom
11noblacklist ${HOME}/.cargo/config
12noblacklist ${HOME}/.cargo/registry
11 13
12include disable-common.inc 14include disable-common.inc
13include disable-passwdmgr.inc 15include disable-passwdmgr.inc
diff --git a/etc/brackets.profile b/etc/brackets.profile
index 17e742d4b..783b9db87 100644
--- a/etc/brackets.profile
+++ b/etc/brackets.profile
@@ -8,6 +8,10 @@ include globals.local
8noblacklist ${HOME}/.config/Brackets 8noblacklist ${HOME}/.config/Brackets
9#noblacklist /opt/brackets/ 9#noblacklist /opt/brackets/
10#noblacklist /opt/google/ 10#noblacklist /opt/google/
11# Uncomment the the next two lines if you are developing rust.
12#noblacklist ${HOME}/.cargo/config
13#noblacklist ${HOME}/.cargo/registry
14
11 15
12include disable-common.inc 16include disable-common.inc
13include disable-passwdmgr.inc 17include disable-passwdmgr.inc
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index 895294043..b333293fd 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -272,6 +272,11 @@ read-only ${HOME}/.bin
272read-only ${HOME}/.local/bin 272read-only ${HOME}/.local/bin
273read-only ${HOME}/.cargo/bin 273read-only ${HOME}/.cargo/bin
274 274
275# cargo
276read-only ${HOME}/.cargo/env
277blacklist ${HOME}/.cargo/registry
278blacklist ${HOME}/.cargo/config
279
275# Write-protection for desktop entries 280# Write-protection for desktop entries
276read-only ${HOME}/.config/menus 281read-only ${HOME}/.config/menus
277read-only ${HOME}/.local/share/applications 282read-only ${HOME}/.local/share/applications
diff --git a/etc/gnome-builder.profile b/etc/gnome-builder.profile
index dffe16263..d497440f0 100644
--- a/etc/gnome-builder.profile
+++ b/etc/gnome-builder.profile
@@ -6,6 +6,8 @@ include gnome-builder.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.cargo/config
10noblacklist ${HOME}/.cargo/registry
9 11
10include disable-common.inc 12include disable-common.inc
11include disable-passwdmgr.inc 13include disable-passwdmgr.inc