Skip to content

Commit 138a9ed

Browse files
authored
New profile: erd.profile (#6236)
Description: Multi-threaded file-tree visualizer and disk usage analyzer. https://github.com/solidiquis/erdtree https://archlinux.org/packages/extra/x86_64/erdtree/ Note: The repo and package are called `erdtree`, but the executable is `erd`.
1 parent 9d01119 commit 138a9ed

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

etc/profile-a-l/erd.profile

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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

src/firecfg/firecfg.config

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ eom
243243
ephemeral
244244
#epiphany # see #2995
245245
equalx
246+
erd
246247
et
247248
etr
248249
evince

0 commit comments

Comments
 (0)