Skip to content

Commit 7c59aea

Browse files
authored
Merge pull request #6586 from amano-kenji/monero
New profile: monero-wallet-cli
2 parents f666560 + a7bf934 commit 7c59aea

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed
+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
include globals.local
9+
10+
blacklist ${RUNUSER}
11+
blacklist /usr/libexec
12+
13+
include disable-common.inc
14+
include disable-devel.inc
15+
include disable-exec.inc
16+
include disable-interpreters.inc
17+
include disable-proc.inc
18+
include disable-programs.inc
19+
include disable-shell.inc
20+
# Superseded by disable-mnt
21+
#include disable-write-mnt.inc
22+
include disable-X11.inc
23+
include disable-xdg.inc
24+
25+
mkdir ${HOME}/.shared-ringdb
26+
whitelist ${HOME}/.shared-ringdb
27+
include whitelist-common.inc
28+
include whitelist-run-common.inc
29+
include whitelist-runuser-common.inc
30+
include whitelist-usr-share-common.inc
31+
include whitelist-var-common.inc
32+
33+
caps.drop all
34+
ipc-namespace
35+
machine-id
36+
netfilter
37+
no3d
38+
nodvd
39+
nogroups
40+
noinput
41+
nonewprivs
42+
noprinters
43+
noroot
44+
nosound
45+
notpm
46+
notv
47+
nou2f
48+
novideo
49+
protocol inet,inet6
50+
seccomp
51+
seccomp.block-secondary
52+
53+
disable-mnt
54+
private-bin monero-wallet-cli
55+
private-cache
56+
private-dev
57+
private-tmp
58+
59+
dbus-user none
60+
dbus-system none
61+
62+
deterministic-shutdown
63+
memory-deny-write-execute

0 commit comments

Comments
 (0)