aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gnome-builder.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-22 15:16:43 +0000
committerLibravatar GitHub <noreply@github.com>2019-08-22 15:16:43 +0000
commit7582aaffce1e2266e3ff163495c39d001ab0ef21 (patch)
treea0ae36f8aee4e482af9e356efdf245bf59ac59f3 /etc/gnome-builder.profile
parentupdate syscalls.txt (diff)
parentadd allow-common-devel to more profiles (diff)
downloadfirejail-7582aaffce1e2266e3ff163495c39d001ab0ef21.tar.gz
firejail-7582aaffce1e2266e3ff163495c39d001ab0ef21.tar.zst
firejail-7582aaffce1e2266e3ff163495c39d001ab0ef21.zip
Merge pull request #2921 from rusty-snake/allow-common-devel.inc
Introduce allow-common-devel.inc
Diffstat (limited to 'etc/gnome-builder.profile')
-rw-r--r--etc/gnome-builder.profile10
1 files changed, 2 insertions, 8 deletions
diff --git a/etc/gnome-builder.profile b/etc/gnome-builder.profile
index 46281af6e..ab2ca183b 100644
--- a/etc/gnome-builder.profile
+++ b/etc/gnome-builder.profile
@@ -6,14 +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 9# Allows files commonly used by IDEs
10noblacklist ${HOME}/.cargo/registry 10include allow-common-devel.inc
11noblacklist ${HOME}/.config/git
12noblacklist ${HOME}/.gitconfig
13noblacklist ${HOME}/.git-credentials
14noblacklist ${HOME}/.python-history
15noblacklist ${HOME}/.python_history
16noblacklist ${HOME}/.pythonhist
17 11
18include disable-common.inc 12include disable-common.inc
19include disable-passwdmgr.inc 13include disable-passwdmgr.inc