aboutsummaryrefslogtreecommitdiffstats
path: root/etc/nyx.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/nyx.profile')
-rw-r--r--etc/nyx.profile16
1 files changed, 9 insertions, 7 deletions
diff --git a/etc/nyx.profile b/etc/nyx.profile
index ed39283b2..c4475c75c 100644
--- a/etc/nyx.profile
+++ b/etc/nyx.profile
@@ -6,14 +6,11 @@ include nyx.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${PATH}/python2* 9# Allow python (blacklisted by disable-interpreters.inc)
10noblacklist ${PATH}/python3* 10include allow-python2.inc
11noblacklist /usr/lib/python2* 11include allow-python3.inc
12noblacklist /usr/lib/python3*
13 12
14noblacklist ${HOME}/.nyx 13noblacklist ${HOME}/.nyx
15mkdir ${HOME}/.nyx
16whitelist ${HOME}/.nyx
17 14
18include disable-common.inc 15include disable-common.inc
19include disable-devel.inc 16include disable-devel.inc
@@ -23,6 +20,11 @@ include disable-passwdmgr.inc
23include disable-programs.inc 20include disable-programs.inc
24include disable-xdg.inc 21include disable-xdg.inc
25 22
23mkdir ${HOME}/.nyx
24whitelist ${HOME}/.nyx
25include whitelist-common.inc
26include whitelist-var-common.inc
27
26caps.drop all 28caps.drop all
27netfilter 29netfilter
28no3d 30no3d
@@ -43,7 +45,7 @@ disable-mnt
43private-bin nyx,python* 45private-bin nyx,python*
44private-cache 46private-cache
45private-dev 47private-dev
46private-etc alternatives,passwd,tor,fonts 48private-etc alternatives,fonts,passwd,tor
47private-opt none 49private-opt none
48private-srv none 50private-srv none
49private-tmp 51private-tmp