From fc44a9a9e94aa83f5a919c17252de0a5c454088f Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sun, 6 Oct 2019 00:37:09 +0200 Subject: 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. --- etc/meld.profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/meld.profile') diff --git a/etc/meld.profile b/etc/meld.profile index 8e3668d57..22ec2b999 100644 --- a/etc/meld.profile +++ b/etc/meld.profile @@ -34,13 +34,13 @@ include disable-passwdmgr.inc # Uncomment the next line (or put it into your meld.local) if you don't need to compare files in disable-programs.inc. #include disable-programs.inc -# Uncomment the next line (or put it into your meld.local) if you don't need to compare files in /var. -#include whitelist-var-common.inc - # Uncomment the next lines (or put it into your meld.local) if you don't need to compare files in /usr/share. #whitelist /usr/share/meld #include whitelist-usr-share-common.inc +# Uncomment the next line (or put it into your meld.local) if you don't need to compare files in /var. +#include whitelist-var-common.inc + apparmor caps.drop all ipc-namespace -- cgit v1.2.3-70-g09d2