From 968cddc79bd74bf8710f8a587c1616d12db65715 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 30 Jun 2022 00:44:40 -0700 Subject: Add profile for monero wallet. --- profiles/monero-wallet-gui.profile | 50 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 profiles/monero-wallet-gui.profile 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 -- cgit v1.2.1