aboutsummaryrefslogtreecommitdiffstats
path: root/etc/geany.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-22 11:29:13 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-22 11:29:13 +0200
commit4ceb6d89143c99d1e60bec264d59dd8a7c257327 (patch)
treeed20c9b4dc8f5682bfd2350ea6d0dc64f2776683 /etc/geany.profile
parentEnable private-bin in transmission-daemon (diff)
downloadfirejail-4ceb6d89143c99d1e60bec264d59dd8a7c257327.tar.gz
firejail-4ceb6d89143c99d1e60bec264d59dd8a7c257327.tar.zst
firejail-4ceb6d89143c99d1e60bec264d59dd8a7c257327.zip
Introduce allow-common-devel.inc
Diffstat (limited to 'etc/geany.profile')
-rw-r--r--etc/geany.profile9
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/geany.profile b/etc/geany.profile
index 53a718d63..31599e32a 100644
--- a/etc/geany.profile
+++ b/etc/geany.profile
@@ -7,12 +7,9 @@ include geany.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/geany 9noblacklist ${HOME}/.config/geany
10noblacklist ${HOME}/.config/git 10
11noblacklist ${HOME}/.gitconfig 11# Allows files commonly used by IDEs
12noblacklist ${HOME}/.git-credentials 12include allow-common-devel.inc
13noblacklist ${HOME}/.python-history
14noblacklist ${HOME}/.python_history
15noblacklist ${HOME}/.pythonhist
16 13
17include disable-common.inc 14include disable-common.inc
18include disable-passwdmgr.inc 15include disable-passwdmgr.inc