aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2017-12-08 01:32:28 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2017-12-08 01:32:28 +0100
commit5c47e4ca488e3132ab1608ccbb20d82535e43647 (patch)
tree12a7220d6a9784243fe1efebcc24bb943df6e2cf /etc
parentsort whitelist-common.inc (diff)
downloadfirejail-5c47e4ca488e3132ab1608ccbb20d82535e43647.tar.gz
firejail-5c47e4ca488e3132ab1608ccbb20d82535e43647.tar.zst
firejail-5c47e4ca488e3132ab1608ccbb20d82535e43647.zip
typo fix
Diffstat (limited to 'etc')
-rw-r--r--etc/firefox.profile2
-rw-r--r--etc/thunderbird.profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/firefox.profile b/etc/firefox.profile
index 57a5bc7a7..be7fdb12c 100644
--- a/etc/firefox.profile
+++ b/etc/firefox.profile
@@ -70,7 +70,7 @@ include /etc/firejail/whitelist-common.inc
70include /etc/firejail/whitelist-var-common.inc 70include /etc/firejail/whitelist-var-common.inc
71 71
72caps.drop all 72caps.drop all
73# machine-id breaks pulse audio; if should work fine in setups where sound is not required 73# machine-id breaks pulse audio; it should work fine in setups where sound is not required
74#machine-id 74#machine-id
75netfilter 75netfilter
76nodvd 76nodvd
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index 2d14342e0..55d3a173e 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -26,7 +26,7 @@ include /etc/firejail/whitelist-var-common.inc
26 26
27# We need the real /tmp for data exchange when xdg-open handles email attachments on KDE 27# We need the real /tmp for data exchange when xdg-open handles email attachments on KDE
28ignore private-tmp 28ignore private-tmp
29# machine-id breaks pulse audio; if should work fine in setups where sound is not required 29# machine-id breaks pulse audio; it should work fine in setups where sound is not required
30#machine-id 30#machine-id
31read-only ${HOME}/.config/mimeapps.list 31read-only ${HOME}/.config/mimeapps.list
32 32