aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--README.md3
-rw-r--r--RELNOTES2
-rw-r--r--etc/meld.profile30
3 files changed, 23 insertions, 12 deletions
diff --git a/README.md b/README.md
index 061535824..58c5cb5de 100644
--- a/README.md
+++ b/README.md
@@ -102,4 +102,5 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
102## Current development version: 0.9.59 102## Current development version: 0.9.59
103 103
104## New profiles: 104## New profiles:
105crow, nyx, klavaro, mypaint, celluoid, nano, transgui, sysprof, simplescreenrecorder, geekbench, xfce4-mixer, pavucontrol, d-feet, seahorse, secret-tool, gnome-keyring, regextester, hardinfo, gnome-system-log, gnome-nettool, netactview, redshift, devhelp, assogiate, subdownloader, font-manager, exfalso, gconf-editor, dconf-editor, mpdris2, sysprof-cli, seahorse-tool, secret-tool, dconf, gsettings, code-oss, pragha, Maelstrom, ostrichriders, bzflag, freeciv, lincity-ng, megaglest, openttd, crawl, crawl-tiles, teeworlds, torcs, tremulous, warsow, lugaru, manaplus, pioneer, scorched3d, widelands, freemind, kid3, kid3-cli, kid3-qt 105crow, nyx, klavaro, mypaint, celluoid, nano, transgui, sysprof, simplescreenrecorder, geekbench, xfce4-mixer, pavucontrol, d-feet, seahorse, secret-tool, gnome-keyring, regextester, hardinfo, gnome-system-log, gnome-nettool, netactview, redshift, devhelp, assogiate, subdownloader, font-manager, exfalso, gconf-editor, dconf-editor, mpdris2, sysprof-cli, seahorse-tool, secret-tool, dconf, gsettings, code-oss, pragha, Maelstrom, ostrichriders, bzflag, freeciv, lincity-ng, megaglest, openttd, crawl, crawl-tiles, teeworlds, torcs, tremulous, warsow, lugaru, manaplus, pioneer, scorched3d, widelands, freemind, kid3, kid3-cli, kid3-qt, nomacs
106
diff --git a/RELNOTES b/RELNOTES
index 3c30c4d65..070f68d37 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,7 +10,7 @@ firejail (0.9.59) baseline; urgency=low
10 * new profiles: freeciv, lincity-ng, megaglest, openttd, crawl, crawl-tiles 10 * new profiles: freeciv, lincity-ng, megaglest, openttd, crawl, crawl-tiles
11 * new profiles: teeworlds, torcs, tremulous, warsow, lugaru, manaplus 11 * new profiles: teeworlds, torcs, tremulous, warsow, lugaru, manaplus
12 * new profiles: pioneer, scorched3d, widelands, freemind, kid3, kid3-qt 12 * new profiles: pioneer, scorched3d, widelands, freemind, kid3, kid3-qt
13 * new profiles: kid3-cli 13 * new profiles: kid3-cli, nomacs
14 * memory-deny-write-execute now also blocks memfd_create 14 * memory-deny-write-execute now also blocks memfd_create
15 * drop support for flatpak/snap packages 15 * drop support for flatpak/snap packages
16 16
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