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