summaryrefslogtreecommitdiffstats
path: root/etc/gnome-builder.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-08-29 14:30:46 -0500
committerLibravatar GitHub <noreply@github.com>2019-08-29 14:30:46 -0500
commita6c608ca6d1dfd46277f282064907a77527ee1c0 (patch)
treef4ec6c9c80b82d9ff4f22ae4105fa09900b344a4 /etc/gnome-builder.profile
parentAllow exceptions to seccomp lists (diff)
parentseccomp numeric testing (diff)
downloadfirejail-a6c608ca6d1dfd46277f282064907a77527ee1c0.tar.gz
firejail-a6c608ca6d1dfd46277f282064907a77527ee1c0.tar.zst
firejail-a6c608ca6d1dfd46277f282064907a77527ee1c0.zip
Merge branch 'master' into seccomp-allow-exceptions
Diffstat (limited to 'etc/gnome-builder.profile')
-rw-r--r--etc/gnome-builder.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/gnome-builder.profile b/etc/gnome-builder.profile
index ab2ca183b..726a74089 100644
--- a/etc/gnome-builder.profile
+++ b/etc/gnome-builder.profile
@@ -6,6 +6,10 @@ include gnome-builder.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.cache/gnome-builder
10noblacklist ${HOME}/.config/gnome-builder
11noblacklist ${HOME}/.local/share/gnome-builder
12
9# Allows files commonly used by IDEs 13# Allows files commonly used by IDEs
10include allow-common-devel.inc 14include allow-common-devel.inc
11 15