aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Danil Semelenov <sgtpep@users.noreply.github.com>2017-12-27 17:49:24 +0300
committerLibravatar GitHub <noreply@github.com>2017-12-27 17:49:24 +0300
commita01c9863f50f6637c4b60b7e97064fb36af070d2 (patch)
tree117e45f1d2c96adbef4c4d535abdd6f803f9397f
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-a01c9863f50f6637c4b60b7e97064fb36af070d2.tar.gz
firejail-a01c9863f50f6637c4b60b7e97064fb36af070d2.tar.zst
firejail-a01c9863f50f6637c4b60b7e97064fb36af070d2.zip
Blacklist the monero wallets directory
~/Monero/wallets is the default path suggested by the official wallet application, but it can be changed by user.
-rw-r--r--etc/disable-programs.inc1
1 files changed, 1 insertions, 0 deletions
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 @@
2# Persistent customizations should go in a .local file. 2# Persistent customizations should go in a .local file.
3include /etc/firejail/disable-programs.local 3include /etc/firejail/disable-programs.local
4 4
5blacklist ${HOME}/Monero/wallets
5blacklist ${HOME}/.*coin 6blacklist ${HOME}/.*coin
6blacklist ${HOME}/.8pecxstudios 7blacklist ${HOME}/.8pecxstudios
7blacklist ${HOME}/.AndroidStudio* 8blacklist ${HOME}/.AndroidStudio*