aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Lorenzo "Palinuro" Faletra <eclipse-github@frozenbox.org>2019-02-17 23:34:41 +0100
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2019-02-17 16:34:41 -0600
commitbf43ebb3a3a810a2b685ed7477f36386e271a650 (patch)
tree964c7ba3d875d007773b54e08f67dcf585793a35
parentMerge pull request #2415 from netblue30/privetc_alternatives (diff)
downloadfirejail-bf43ebb3a3a810a2b685ed7477f36386e271a650.tar.gz
firejail-bf43ebb3a3a810a2b685ed7477f36386e271a650.tar.zst
firejail-bf43ebb3a3a810a2b685ed7477f36386e271a650.zip
minor fixes to keepassxc, thunderbird and pluma (#2403)
* fix keepassxc crash when providing GLX via update-alternatives -- Fred Barclay note: "alternatives" was added to keepassx private-etc on master after this PR was opened but before it was merged. See 83ddb3e5b276613ad2be190cebf74401daebef03 Thus keepassxc profile is actually not changed by this commit, but I'm keeping this note for reference purposes * prevent thunderbird conflicts when firefox is running * add join-or-start to pluma to open multiple files in tabs
-rw-r--r--etc/keepassxc.profile1
-rw-r--r--etc/pluma.profile2
-rw-r--r--etc/thunderbird.profile2
3 files changed, 4 insertions, 1 deletions
diff --git a/etc/keepassxc.profile b/etc/keepassxc.profile
index d565373f4..fba709a78 100644
--- a/etc/keepassxc.profile
+++ b/etc/keepassxc.profile
@@ -42,6 +42,7 @@ shell none
42 42
43private-bin keepassxc 43private-bin keepassxc
44private-dev 44private-dev
45
45private-etc alternatives,fonts,ld.so.cache,machine-id 46private-etc alternatives,fonts,ld.so.cache,machine-id
46private-tmp 47private-tmp
47 48
diff --git a/etc/pluma.profile b/etc/pluma.profile
index 79e4b89b3..a8b1e4cc6 100644
--- a/etc/pluma.profile
+++ b/etc/pluma.profile
@@ -44,3 +44,5 @@ private-tmp
44memory-deny-write-execute 44memory-deny-write-execute
45noexec ${HOME} 45noexec ${HOME}
46noexec /tmp 46noexec /tmp
47
48join-or-start pluma
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index db563b25c..c3358a9e8 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -44,4 +44,4 @@ writable-run-user
44# Redirect 44# Redirect
45# Uncomment if you use enigmail 45# Uncomment if you use enigmail
46# ignore nodbus 46# ignore nodbus
47include firefox.profile 47include firefox-common.profile