aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/electrum.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
commit018d75775eab4a0f045949a9d069c57686ca2686 (patch)
treeaac3a1a65cca0d4875795c55109a5c3e35efdefb /etc/profile-a-l/electrum.profile
parentsmall fixes (diff)
downloadfirejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.gz
firejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.zst
firejail-018d75775eab4a0f045949a9d069c57686ca2686.zip
reorganize github etc directory
Diffstat (limited to 'etc/profile-a-l/electrum.profile')
-rw-r--r--etc/profile-a-l/electrum.profile53
1 files changed, 53 insertions, 0 deletions
diff --git a/etc/profile-a-l/electrum.profile b/etc/profile-a-l/electrum.profile
new file mode 100644
index 000000000..bcc84ddb8
--- /dev/null
+++ b/etc/profile-a-l/electrum.profile
@@ -0,0 +1,53 @@
1# Firejail profile for electrum
2# Description: Lightweight Bitcoin wallet
3# This file is overwritten after every install/update
4# Persistent local customizations
5include electrum.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.electrum
10
11# Allow python (blacklisted by disable-interpreters.inc)
12include allow-python2.inc
13include allow-python3.inc
14
15include disable-common.inc
16include disable-devel.inc
17include disable-exec.inc
18include disable-interpreters.inc
19include disable-passwdmgr.inc
20include disable-programs.inc
21include disable-xdg.inc
22
23mkdir ${HOME}/.electrum
24whitelist ${HOME}/.electrum
25include whitelist-common.inc
26include whitelist-var-common.inc
27
28caps.drop all
29ipc-namespace
30netfilter
31no3d
32nodvd
33nogroups
34nonewprivs
35noroot
36nosound
37notv
38nou2f
39novideo
40protocol unix,inet,inet6
41seccomp
42shell none
43
44disable-mnt
45private-bin electrum,python*
46private-cache
47?HAS_APPIMAGE: ignore private-dev
48private-dev
49private-etc alternatives,ca-certificates,crypto-policies,dconf,fonts,machine-id,pki,resolv.conf,ssl
50private-tmp
51
52# dbus-user none
53# dbus-system none