aboutsummaryrefslogtreecommitdiffstats
path: root/etc/eom.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-10-06 00:37:09 +0200
committerLibravatar GitHub <noreply@github.com>2019-10-06 00:37:09 +0200
commitfc44a9a9e94aa83f5a919c17252de0a5c454088f (patch)
tree4ea8a25cca9f24c31bcbdc73ac9e8dea17fc5759 /etc/eom.profile
parentwhitelist-usr-share-common.inc (#2972) (diff)
downloadfirejail-fc44a9a9e94aa83f5a919c17252de0a5c454088f.tar.gz
firejail-fc44a9a9e94aa83f5a919c17252de0a5c454088f.tar.zst
firejail-fc44a9a9e94aa83f5a919c17252de0a5c454088f.zip
Wusc fixes (#2992)
* Add wusc to eom * Fix wusc in firefox Without access to /usr/share/ca-certificates all HTTPS traffic gets the FF dialog 'Warning: Potential Security Risk Ahead'. Probably needed in thunderbird profile too (untested). * Fix wusc ordering in meld Just an alphabetical ordering nitpick.
Diffstat (limited to 'etc/eom.profile')
-rw-r--r--etc/eom.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/eom.profile b/etc/eom.profile
index 437326d38..18b978543 100644
--- a/etc/eom.profile
+++ b/etc/eom.profile
@@ -8,6 +8,9 @@ include globals.local
8 8
9noblacklist ${HOME}/.config/mate/eom 9noblacklist ${HOME}/.config/mate/eom
10 10
11whitelist /usr/share/eom
12include whitelist-usr-share-common.inc
13
11# private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager' 14# private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager'
12# comment those if you need that functionality 15# comment those if you need that functionality
13# or put 'ignore private-bin', 'ignore private-etc' and 'ignore private-lib' in your eom.local 16# or put 'ignore private-bin', 'ignore private-etc' and 'ignore private-lib' in your eom.local