aboutsummaryrefslogtreecommitdiffstats
path: root/etc/nyx.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/nyx.profile')
-rw-r--r--etc/nyx.profile52
1 files changed, 52 insertions, 0 deletions
diff --git a/etc/nyx.profile b/etc/nyx.profile
new file mode 100644
index 000000000..d5e1e1f84
--- /dev/null
+++ b/etc/nyx.profile
@@ -0,0 +1,52 @@
1# Firejail profile for nyx
2# Description: Command-line status monitor for tor
3# This file is overwritten after every install/update
4# Persistent local customizations
5include nyx.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${PATH}/python2*
10noblacklist ${PATH}/python3*
11noblacklist /usr/lib/python2*
12noblacklist /usr/lib/python3*
13
14noblacklist ${HOME}/.nyx
15mkdir ${HOME}/.nyx
16whitelist ${HOME}/.nyx
17
18include disable-common.inc
19include disable-devel.inc
20include disable-interpreters.inc
21include disable-passwdmgr.inc
22include disable-programs.inc
23include disable-xdg.inc
24
25caps.drop all
26ipc-namespace
27netfilter
28no3d
29nodbus
30nodvd
31nogroups
32nonewprivs
33noroot
34nosound
35notv
36nou2f
37novideo
38protocol unix,inet,inet6
39seccomp
40shell none
41
42disable-mnt
43private-bin nyx,python*
44private-cache
45private-dev
46private-etc passwd,tor,fonts
47private-opt none
48private-srv none
49private-tmp
50
51noexec ${HOME}
52noexec /tmp