aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2019-07-31 23:35:44 -0400
committerLibravatar Tad <tad@spotco.us>2019-08-01 00:23:12 -0400
commita02d12224be9e170816a03eb61737f9e77be24ac (patch)
treebf60781ec7a307f9556ec44df33de351d478d1b6
parentMerge pull request #2885 from flacks/profiles/tor-browser (diff)
downloadfirejail-a02d12224be9e170816a03eb61737f9e77be24ac.tar.gz
firejail-a02d12224be9e170816a03eb61737f9e77be24ac.tar.zst
firejail-a02d12224be9e170816a03eb61737f9e77be24ac.zip
profiles: misc fixes
- pluma: sync private-lib from gedit to fix crashes 5e220b2da502bdcaf0f6188779e8bb0e37c9c414 - checkbashisms: fix missing library needed under CentOS 7 of note: - yelp complains about /etc/pki but lacks network access anyway under openSUSE Tumbleweed - gedit is broken, see #2207 - onionshare-gui is broken, unrelated to firejail under CentOS 7 - chromium-common is broken, commenting private-dev fixes, potentially related to firejail, there are SELinux denials for /dev/urandom under Fedora and CentOS 7 - gnome-system-log is broken, as it is a script that calls logview using pkexec, consider commenting in firecfg?
-rw-r--r--etc/checkbashisms.profile2
-rw-r--r--etc/pluma.profile3
2 files changed, 3 insertions, 2 deletions
diff --git a/etc/checkbashisms.profile b/etc/checkbashisms.profile
index fe3202cea..7b2d344e5 100644
--- a/etc/checkbashisms.profile
+++ b/etc/checkbashisms.profile
@@ -44,7 +44,7 @@ x11 none
44 44
45private-cache 45private-cache
46private-dev 46private-dev
47private-lib perl* 47private-lib libfreebl3.so,perl*
48private-tmp 48private-tmp
49 49
50memory-deny-write-execute 50memory-deny-write-execute
diff --git a/etc/pluma.profile b/etc/pluma.profile
index 81b2b1481..1e0512fd8 100644
--- a/etc/pluma.profile
+++ b/etc/pluma.profile
@@ -6,6 +6,7 @@ include pluma.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/enchant
9noblacklist ${HOME}/.config/pluma 10noblacklist ${HOME}/.config/pluma
10noblacklist ${HOME}/.python-history 11noblacklist ${HOME}/.python-history
11noblacklist ${HOME}/.python_history 12noblacklist ${HOME}/.python_history
@@ -42,7 +43,7 @@ tracelog
42 43
43private-bin pluma 44private-bin pluma
44private-dev 45private-dev
45private-lib pluma 46private-lib aspell,gconv,libgspell-1.so.*,libreadline.so.*,libtinfo.so.*,pluma
46private-tmp 47private-tmp
47 48
48memory-deny-write-execute 49memory-deny-write-execute