aboutsummaryrefslogtreecommitdiffstats
path: root/etc/meld.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+GitHub@protonmail.com>2019-03-28 14:15:40 +0000
committerLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-28 14:15:40 +0000
commit8995a9944d3042646073878cbe5727d23bdca322 (patch)
treede181280f1a18552e05ba90e84b4cffd597fc5aa /etc/meld.profile
parentFix dconf-editor access to glib schemas (#2622) (diff)
downloadfirejail-8995a9944d3042646073878cbe5727d23bdca322.tar.gz
firejail-8995a9944d3042646073878cbe5727d23bdca322.tar.zst
firejail-8995a9944d3042646073878cbe5727d23bdca322.zip
Add VCS support to meld (#2615)
* Add hg,bzr,git,svn,cvs to meld's private-bin * Update meld.profile * Update meld.profile * Update meld.profile
Diffstat (limited to 'etc/meld.profile')
-rw-r--r--etc/meld.profile30
1 files changed, 20 insertions, 10 deletions
diff --git a/etc/meld.profile b/etc/meld.profile
index 4e298e4e7..395771cf2 100644
--- a/etc/meld.profile
+++ b/etc/meld.profile
@@ -7,18 +7,27 @@ include meld.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.local/share/meld 9noblacklist ${HOME}/.local/share/meld
10noblacklist ${PATH}/python*
11noblacklist /usr/include/python*
12noblacklist /usr/lib/python*
13noblacklist /usr/local/lib/python*
14noblacklist /usr/share/python*
15 10
16include disable-common.inc 11# Allow python (blacklisted by disable-interpreters.inc)
12noblacklist ${PATH}/python2*
13noblacklist ${PATH}/python3*
14noblacklist /usr/lib/python2*
15noblacklist /usr/lib/python3*
16noblacklist /usr/local/lib/python2*
17noblacklist /usr/local/lib/python3*
18
19noblacklist ${HOME}/.gitconfig
20noblacklist ${HOME}/.ssh
21noblacklist ${HOME}/.subversion
22
23# Uncomment the next line if you don't need to compare files in disable-common.inc.
24#include disable-common.inc
17include disable-devel.inc 25include disable-devel.inc
18include disable-exec.inc 26include disable-exec.inc
19include disable-interpreters.inc 27include disable-interpreters.inc
20include disable-passwdmgr.inc 28include disable-passwdmgr.inc
21include disable-programs.inc 29# Uncomment the next line if you don't need to compare files in disable-programs.inc.
30#include disable-programs.inc
22 31
23include whitelist-var-common.inc 32include whitelist-var-common.inc
24 33
@@ -26,6 +35,7 @@ apparmor
26caps.drop all 35caps.drop all
27ipc-namespace 36ipc-namespace
28machine-id 37machine-id
38netfilter
29no3d 39no3d
30nodvd 40nodvd
31nogroups 41nogroups
@@ -35,15 +45,15 @@ nosound
35notv 45notv
36nou2f 46nou2f
37novideo 47novideo
38protocol unix 48protocol unix,inet,inet6
39seccomp 49seccomp
40shell none 50shell none
41tracelog 51tracelog
42 52
43private-bin meld,python* 53private-bin bzr,cvs,git,hg,meld,python*,svn
44private-cache 54private-cache
45private-dev 55private-dev
46# Uncomment the next line if you don't need to compare in /etc. 56# Uncomment the next line if you don't need to compare in /etc.
47# private-etc fonts,alternatives 57#private-etc alternatives,ca-certificates,crypto-policies,fonts,hostname,hosts,pki,resolv.conf,ssl,subversion
48private-tmp 58private-tmp
49 59