aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-10-27 03:05:01 +0000
committerLibravatar GitHub <noreply@github.com>2020-10-27 03:05:01 +0000
commit8f130383e153c582c6923827b5c9950fc1f3ef30 (patch)
tree7f198034bcd2981c12a21479963d6ac49a7f7b3c /etc
parentfix assogiate.profile (diff)
downloadfirejail-8f130383e153c582c6923827b5c9950fc1f3ef30.tar.gz
firejail-8f130383e153c582c6923827b5c9950fc1f3ef30.tar.zst
firejail-8f130383e153c582c6923827b5c9950fc1f3ef30.zip
Remove redundant read-only item (#3703)
* remove read-only item redundancy 'read-only ${HOME}/.config/mimeapps.list' is already part of disable-common.inc * remove read-only item redundancy 'read-only ${HOME}/.config/mimeapps.list' is already part of disable-common.inc, which is included in the redirect profile * remove read-only item redundancy 'read-only ${HOME}/.config/mimeapps.list' is already part of disable-common.inc, which is included in the redirect profile
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/email-common.profile1
-rw-r--r--etc/profile-a-l/geary.profile2
-rw-r--r--etc/profile-m-z/thunderbird.profile2
3 files changed, 0 insertions, 5 deletions
diff --git a/etc/profile-a-l/email-common.profile b/etc/profile-a-l/email-common.profile
index 67af04267..3bc417557 100644
--- a/etc/profile-a-l/email-common.profile
+++ b/etc/profile-a-l/email-common.profile
@@ -59,7 +59,6 @@ private-dev
59private-tmp 59private-tmp
60 60
61# encrypting and signing email 61# encrypting and signing email
62read-only ${HOME}/.config/mimeapps.list
63writable-run-user 62writable-run-user
64 63
65# If you want to read local mail stored in /var/mail, add the following to email-common.local: 64# If you want to read local mail stored in /var/mail, add the following to email-common.local:
diff --git a/etc/profile-a-l/geary.profile b/etc/profile-a-l/geary.profile
index 118ed62ca..f4e5a392f 100644
--- a/etc/profile-a-l/geary.profile
+++ b/etc/profile-a-l/geary.profile
@@ -26,8 +26,6 @@ whitelist ${HOME}/.config/geary
26whitelist ${HOME}/.local/share/geary 26whitelist ${HOME}/.local/share/geary
27whitelist /usr/share/geary 27whitelist /usr/share/geary
28 28
29read-only ${HOME}/.config/mimeapps.list
30
31# allow Mozilla browsers 29# allow Mozilla browsers
32# Redirect 30# Redirect
33include firefox.profile 31include firefox.profile
diff --git a/etc/profile-m-z/thunderbird.profile b/etc/profile-m-z/thunderbird.profile
index 6e4bb50d4..e3eb73730 100644
--- a/etc/profile-m-z/thunderbird.profile
+++ b/etc/profile-m-z/thunderbird.profile
@@ -58,7 +58,5 @@ novideo
58# We need the real /tmp for data exchange when xdg-open handles email attachments on KDE 58# We need the real /tmp for data exchange when xdg-open handles email attachments on KDE
59ignore private-tmp 59ignore private-tmp
60 60
61read-only ${HOME}/.config/mimeapps.list
62
63# Redirect 61# Redirect
64include firefox-common.profile 62include firefox-common.profile