From a01c9863f50f6637c4b60b7e97064fb36af070d2 Mon Sep 17 00:00:00 2001 From: Danil Semelenov Date: Wed, 27 Dec 2017 17:49:24 +0300 Subject: Blacklist the monero wallets directory ~/Monero/wallets is the default path suggested by the official wallet application, but it can be changed by user. --- etc/disable-programs.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc index baa9e40de..7be264b21 100644 --- a/etc/disable-programs.inc +++ b/etc/disable-programs.inc @@ -2,6 +2,7 @@ # Persistent customizations should go in a .local file. include /etc/firejail/disable-programs.local +blacklist ${HOME}/Monero/wallets blacklist ${HOME}/.*coin blacklist ${HOME}/.8pecxstudios blacklist ${HOME}/.AndroidStudio* -- cgit v1.2.3-54-g00ecf