File tree 1 file changed +64
-0
lines changed
1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Firejail profile for monero-wallet-cli
2
+ # Description: CLI wallet for monero cryptocurrency
3
+ # This file is overwritten after every install/update
4
+ quiet
5
+ # Persistent local customizations
6
+ include monero-wallet-cli.local
7
+ # Persistent global definitions
8
+ # added by included profile
9
+ #include globals.local
10
+
11
+ blacklist ${RUNUSER}
12
+ blacklist /usr/libexec
13
+
14
+ include disable-common.inc
15
+ include disable-devel.inc
16
+ include disable-exec.inc
17
+ include disable-interpreters.inc
18
+ include disable-proc.inc
19
+ include disable-programs.inc
20
+ include disable-shell.inc
21
+ # Superseded by disable-mnt
22
+ #include disable-write-mnt.inc
23
+ include disable-X11.inc
24
+ include disable-xdg.inc
25
+
26
+ mkdir ${HOME}/.shared-ringdb
27
+ whitelist ${HOME}/.shared-ringdb
28
+ include whitelist-common.inc
29
+ include whitelist-run-common.inc
30
+ include whitelist-runuser-common.inc
31
+ include whitelist-usr-share-common.inc
32
+ include whitelist-var-common.inc
33
+
34
+ caps.drop all
35
+ ipc-namespace
36
+ machine-id
37
+ netfilter
38
+ no3d
39
+ nodvd
40
+ nogroups
41
+ noinput
42
+ nonewprivs
43
+ noprinters
44
+ noroot
45
+ nosound
46
+ notpm
47
+ notv
48
+ nou2f
49
+ novideo
50
+ protocol inet,inet6
51
+ seccomp
52
+ seccomp.block-secondary
53
+
54
+ disable-mnt
55
+ private-bin monero-wallet-cli
56
+ private-cache
57
+ private-dev
58
+ private-tmp
59
+
60
+ dbus-user none
61
+ dbus-system none
62
+
63
+ deterministic-shutdown
64
+ memory-deny-write-execute
You can’t perform that action at this time.
0 commit comments