aboutsummaryrefslogtreecommitdiffstats
path: root/etc/nyx.profile
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2019-02-16 10:34:54 -0600
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2019-02-16 10:34:54 -0600
commit6ea7c5bc4fc6e44c475ea59fb76b79fa150407c2 (patch)
tree69c136de5dd79c05c9704c8be381bd89c5418f5d /etc/nyx.profile
parentMerge pull request #2402 from glitsj16/snap (diff)
parentUpdate nyx.profile, crow.profile (diff)
downloadfirejail-6ea7c5bc4fc6e44c475ea59fb76b79fa150407c2.tar.gz
firejail-6ea7c5bc4fc6e44c475ea59fb76b79fa150407c2.tar.zst
firejail-6ea7c5bc4fc6e44c475ea59fb76b79fa150407c2.zip
Merge branch 'master' of https://github.com/Lockdis/firejail into lockdis_ipc_fixes
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