aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/signal-desktop.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-02-20 22:35:54 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-02-22 07:21:41 -0300
commit961614626db5ba310c7b010374eb0468ea1571ed (patch)
treec8ae5102fab39fbd0bea347a1c757ad3da573907 /etc/profile-m-z/signal-desktop.profile
parentjaitest - simple sandbox testing utility program (diff)
downloadfirejail-961614626db5ba310c7b010374eb0468ea1571ed.tar.gz
firejail-961614626db5ba310c7b010374eb0468ea1571ed.tar.zst
firejail-961614626db5ba310c7b010374eb0468ea1571ed.zip
signal-desktop.profile: fix typo of disable-xdg.profile
Added on commit f4f676745 ("Refactor electron.profile and electron based programs (#3807)"). This appears to be the only instance of that: $ grep -Fnr 'include-xdg' etc etc/profile-m-z/signal-desktop.profile:9:ignore include-xdg.inc Simply fixing the typo would enable xdg dirs for the first time since the aforementioned commit. But, as talked with @rusty-snake[1], since there has been no negative feedback, and since it's a whitelisting profile, just remove the affected line instead. Credits go to syntax highlighting on vim. [1]: https://github.com/netblue30/firejail/pull/4001
Diffstat (limited to 'etc/profile-m-z/signal-desktop.profile')
-rw-r--r--etc/profile-m-z/signal-desktop.profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/profile-m-z/signal-desktop.profile b/etc/profile-m-z/signal-desktop.profile
index 666a37def..ebd3168b3 100644
--- a/etc/profile-m-z/signal-desktop.profile
+++ b/etc/profile-m-z/signal-desktop.profile
@@ -6,7 +6,6 @@ include signal-desktop.local
6include globals.local 6include globals.local
7 7
8# Disabled until someone reported positive feedback 8# Disabled until someone reported positive feedback
9ignore include-xdg.inc
10ignore include whitelist-runuser-common.inc 9ignore include whitelist-runuser-common.inc
11ignore include whitelist-usr-share-common.inc 10ignore include whitelist-usr-share-common.inc
12ignore private-cache 11ignore private-cache