aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/nyx.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
commit018d75775eab4a0f045949a9d069c57686ca2686 (patch)
treeaac3a1a65cca0d4875795c55109a5c3e35efdefb /etc/profile-m-z/nyx.profile
parentsmall fixes (diff)
downloadfirejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.gz
firejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.zst
firejail-018d75775eab4a0f045949a9d069c57686ca2686.zip
reorganize github etc directory
Diffstat (limited to 'etc/profile-m-z/nyx.profile')
-rw-r--r--etc/profile-m-z/nyx.profile53
1 files changed, 53 insertions, 0 deletions
diff --git a/etc/profile-m-z/nyx.profile b/etc/profile-m-z/nyx.profile
new file mode 100644
index 000000000..df214ff20
--- /dev/null
+++ b/etc/profile-m-z/nyx.profile
@@ -0,0 +1,53 @@
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
9# Allow python (blacklisted by disable-interpreters.inc)
10include allow-python2.inc
11include allow-python3.inc
12
13noblacklist ${HOME}/.nyx
14
15include disable-common.inc
16include disable-devel.inc
17include disable-exec.inc
18include disable-interpreters.inc
19include disable-passwdmgr.inc
20include disable-programs.inc
21include disable-xdg.inc
22
23mkdir ${HOME}/.nyx
24whitelist ${HOME}/.nyx
25include whitelist-common.inc
26include whitelist-var-common.inc
27
28caps.drop all
29netfilter
30no3d
31nodvd
32nogroups
33nonewprivs
34noroot
35nosound
36notv
37nou2f
38novideo
39protocol unix,inet,inet6
40seccomp
41shell none
42
43disable-mnt
44private-bin nyx,python*
45private-cache
46private-dev
47private-etc alternatives,fonts,passwd,tor
48private-opt none
49private-srv none
50private-tmp
51
52dbus-user none
53dbus-system none