From 17f803513263f1488f344424ca01b1c3f95e2df0 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sat, 1 Jun 2019 20:19:01 +0000 Subject: Create allow-INTERPETER.inc (#2736) * Create allow-INTERPETER.inc * allow-lua.inc * allow-perl.inc * allow-python2.inc * allow-python3.inc * Create allow-java.inc * Update profiles to use new allow-INTERPRETER.inc includes * Update profiles to use new allow-INTERPRETER.inc includes 2/x * Fix order of allow-INTERPRETER.inc includes * Update profiles to use new allow-INTERPRETER.inc includes 3/x * Fixup comment about allow-java.inc https://github.com/netblue30/firejail/pull/2736#discussion_r289597997 * Add Arch Linux specific paths to allow-perl.inc --- etc/meld.profile | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'etc/meld.profile') diff --git a/etc/meld.profile b/etc/meld.profile index 14e0f238d..8aa30feff 100644 --- a/etc/meld.profile +++ b/etc/meld.profile @@ -6,22 +6,17 @@ include meld.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.local/share/meld - -# Allow python (blacklisted by disable-interpreters.inc) -noblacklist ${PATH}/python2* -noblacklist ${PATH}/python3* -noblacklist /usr/lib/python2* -noblacklist /usr/lib/python3* -noblacklist /usr/local/lib/python2* -noblacklist /usr/local/lib/python3* - noblacklist ${HOME}/.config/git noblacklist ${HOME}/.gitconfig noblacklist ${HOME}/.git-credentials +noblacklist ${HOME}/.local/share/meld noblacklist ${HOME}/.ssh noblacklist ${HOME}/.subversion +# Allow python (blacklisted by disable-interpreters.inc) +include allow-python2.inc +include allow-python3.inc + # Uncomment the next line (or put it into your meld.local) if you don't need to compare files in disable-common.inc. #include disable-common.inc include disable-devel.inc -- cgit v1.2.3-70-g09d2