diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-30 00:44:40 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-30 00:44:40 -0700 |
commit | 968cddc79bd74bf8710f8a587c1616d12db65715 (patch) | |
tree | 66d8d6bddcc30da4c9a03cb79b728466ff85429f /profiles | |
parent | Add soldak game profiles. (diff) | |
download | firejail-profiles-968cddc79bd74bf8710f8a587c1616d12db65715.tar.xz |
Add profile for monero wallet.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/monero-wallet-gui.profile | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/profiles/monero-wallet-gui.profile b/profiles/monero-wallet-gui.profile new file mode 100644 index 0000000..017bdc0 --- /dev/null +++ b/profiles/monero-wallet-gui.profile @@ -0,0 +1,50 @@ +# Firejail profile for monero-wallet-gui +# Description: Monero is a peer-to-peer network based digital currency +# This file is overwritten after every install/update +# Persistent local customizations +include monero-wallet-gui.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.bitmonero +noblacklist ${HOME}/.config/monero-project + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-programs.inc +include disable-shell.inc + +mkdir ${HOME}/.bitmonero +mkdir ${HOME}/.config/monero-project +whitelist ${HOME}/.bitmonero +whitelist ${HOME}/.config/monero-project +include whitelist-common.inc +include whitelist-var-common.inc + +caps.drop all +machine-id +netfilter +no3d +nodvd +nogroups +noinput +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix,inet,inet6 +seccomp +shell none +tracelog + +private-bin monero-wallet-gui +private-dev +# Causes problem with loading of libGL.so +#private-etc alternatives,ca-certificates,crypto-policies,fonts,pki,ssl +private-tmp + +memory-deny-write-execute |