From f9c9c469a23dbb6d484f82f6ba719d662b784753 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Fri, 17 Jan 2020 23:31:46 +0000 Subject: hardenings for various profiles (#3160) * harden devilspie * harden devilspie2 * harden curl * harden wget * harden curl * harden dig * harden claws-mail * harden dnscrypt-proxy * harden dnscrypt-proxy * harden dnscrypt-proxy * harden exfalso * refactor easystroke as whitelist profile * refactor enchant as whitelist profile * safeguard ${DOCUMENTS} Thanks @rusty-snake for the suggestion. * drop x11-none Thanks @rusty-snake for catching this. * drop x11 none Thanks @rusty-snake for saving the bacon... * drop x11 none Thanks @rusty-snake for catching this. * drop x11 none Thanks @rusty-snake for preventing breakage! * drop ipc-namespace Better safe than sorry... --- etc/enchant.profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc/enchant.profile') diff --git a/etc/enchant.profile b/etc/enchant.profile index d276cec84..e2811a955 100644 --- a/etc/enchant.profile +++ b/etc/enchant.profile @@ -8,6 +8,8 @@ include globals.local noblacklist ${HOME}/.config/enchant +blacklist /tmp/.X11-unix + include disable-common.inc include disable-devel.inc include disable-exec.inc @@ -16,7 +18,11 @@ include disable-passwdmgr.inc include disable-programs.inc include disable-xdg.inc +mkdir ${HOME}/.config/enchant +whitelist ${HOME}/.config/enchant +include whitelist-common.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all -- cgit v1.2.3-70-g09d2