aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar SkewedZeppelin <8296104+SkewedZeppelin@users.noreply.github.com>2018-12-23 02:53:18 +0000
committerLibravatar GitHub <noreply@github.com>2018-12-23 02:53:18 +0000
commita108754835036bc1f0b7b1912a6b29728d6bf587 (patch)
treeb98ec1723b266d6184d8827f642904fba78a014e
parentREADME/RELNOTES update (diff)
parentupdates for ~/.cargo (diff)
downloadfirejail-a108754835036bc1f0b7b1912a6b29728d6bf587.tar.gz
firejail-a108754835036bc1f0b7b1912a6b29728d6bf587.tar.zst
firejail-a108754835036bc1f0b7b1912a6b29728d6bf587.zip
Merge pull request #2308 from rusty-snake/patch-2
Update disable-common.inc, disable-programs.inc.
-rw-r--r--etc/atom.profile2
-rw-r--r--etc/bibletime.profile2
-rw-r--r--etc/brackets.profile4
-rw-r--r--etc/disable-common.inc8
-rw-r--r--etc/disable-programs.inc2
-rw-r--r--etc/gnome-builder.profile2
-rw-r--r--etc/rhythmbox.profile1
7 files changed, 21 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/bibletime.profile b/etc/bibletime.profile
index ca8ab09bb..79ba735ac 100644
--- a/etc/bibletime.profile
+++ b/etc/bibletime.profile
@@ -10,6 +10,7 @@ blacklist ${HOME}/.bashrc
10 10
11noblacklist ${HOME}/.bibletime 11noblacklist ${HOME}/.bibletime
12noblacklist ${HOME}/.sword 12noblacklist ${HOME}/.sword
13noblacklist ${HOME}/.local/share/bibletime
13 14
14include disable-common.inc 15include disable-common.inc
15include disable-devel.inc 16include disable-devel.inc
@@ -19,6 +20,7 @@ include disable-programs.inc
19 20
20whitelist ${HOME}/.bibletime 21whitelist ${HOME}/.bibletime
21whitelist ${HOME}/.sword 22whitelist ${HOME}/.sword
23whitelist ${HOME}/.local/share/bibletime
22include whitelist-common.inc 24include whitelist-common.inc
23 25
24caps.drop all 26caps.drop all
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 f7efc1dba..b333293fd 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -268,6 +268,14 @@ read-only ${HOME}/.gem
268read-only ${HOME}/.luarocks 268read-only ${HOME}/.luarocks
269read-only ${HOME}/.npm-packages 269read-only ${HOME}/.npm-packages
270read-only ${HOME}/bin 270read-only ${HOME}/bin
271read-only ${HOME}/.bin
272read-only ${HOME}/.local/bin
273read-only ${HOME}/.cargo/bin
274
275# cargo
276read-only ${HOME}/.cargo/env
277blacklist ${HOME}/.cargo/registry
278blacklist ${HOME}/.cargo/config
271 279
272# Write-protection for desktop entries 280# Write-protection for desktop entries
273read-only ${HOME}/.config/menus 281read-only ${HOME}/.config/menus
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 774852c2f..68c2da174 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -395,6 +395,7 @@ blacklist ${HOME}/.local/share/akregator
395blacklist ${HOME}/.local/share/apps/korganizer 395blacklist ${HOME}/.local/share/apps/korganizer
396blacklist ${HOME}/.local/share/aspyr-media 396blacklist ${HOME}/.local/share/aspyr-media
397blacklist ${HOME}/.local/share/baloo 397blacklist ${HOME}/.local/share/baloo
398blacklist ${HOME}/.local/share/bibletime
398blacklist ${HOME}/.local/share/caja-python 399blacklist ${HOME}/.local/share/caja-python
399blacklist ${HOME}/.local/share/cdprojektred 400blacklist ${HOME}/.local/share/cdprojektred
400blacklist ${HOME}/.local/share/clipit 401blacklist ${HOME}/.local/share/clipit
@@ -452,6 +453,7 @@ blacklist ${HOME}/.local/share/ocenaudio
452blacklist ${HOME}/.local/share/okular 453blacklist ${HOME}/.local/share/okular
453blacklist ${HOME}/.local/share/orage 454blacklist ${HOME}/.local/share/orage
454blacklist ${HOME}/.local/share/org.kde.gwenview 455blacklist ${HOME}/.local/share/org.kde.gwenview
456blacklist ${HOME}/.local/share/rhythmbox
455blacklist ${HOME}/.local/share/pix 457blacklist ${HOME}/.local/share/pix
456blacklist ${HOME}/.local/share/plasma_notes 458blacklist ${HOME}/.local/share/plasma_notes
457blacklist ${HOME}/.local/share/psi+ 459blacklist ${HOME}/.local/share/psi+
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
diff --git a/etc/rhythmbox.profile b/etc/rhythmbox.profile
index f9b7115ac..6b673a924 100644
--- a/etc/rhythmbox.profile
+++ b/etc/rhythmbox.profile
@@ -7,6 +7,7 @@ include rhythmbox.local
7include globals.local 7include globals.local
8 8
9noblacklist ${MUSIC} 9noblacklist ${MUSIC}
10noblacklist ${HOME}/.local/share/rhythmbox
10 11
11include disable-common.inc 12include disable-common.inc
12include disable-devel.inc 13include disable-devel.inc