File tree 2 files changed +45
-0
lines changed
2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Firejail profile for erd
2
+ # Description: Multi-threaded file-tree visualizer and disk usage analyzer
3
+ # This file is overwritten after every install/update
4
+ quiet
5
+ # Persistent local customizations
6
+ include erd.local
7
+ # Persistent global definitions
8
+ include globals.local
9
+
10
+ blacklist /tmp/.X11-unix
11
+
12
+ include disable-exec.inc
13
+
14
+ apparmor
15
+ caps.drop all
16
+ ipc-namespace
17
+ machine-id
18
+ net none
19
+ no3d
20
+ nodvd
21
+ nogroups
22
+ noinput
23
+ nonewprivs
24
+ noprinters
25
+ noroot
26
+ nosound
27
+ notv
28
+ nou2f
29
+ novideo
30
+ seccomp socket
31
+ seccomp.block-secondary
32
+ x11 none
33
+
34
+ # private-bin erd does work but defeats the purpose of this app
35
+ #private-bin erd
36
+ private-dev
37
+
38
+ dbus-user none
39
+ dbus-system none
40
+
41
+ memory-deny-write-execute
42
+ read-only ${HOME}
43
+ read-only ${RUNUSER}
44
+ restrict-namespaces
Original file line number Diff line number Diff line change 243
243
ephemeral
244
244
#epiphany # see #2995
245
245
equalx
246
+ erd
246
247
et
247
248
etr
248
249
evince
You can’t perform that action at this time.
0 commit comments