mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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`.
This commit is contained in:
parent
9d01119c1c
commit
138a9edb8c
2 changed files with 45 additions and 0 deletions
44
etc/profile-a-l/erd.profile
Normal file
44
etc/profile-a-l/erd.profile
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# Firejail profile for erd
|
||||
# Description: Multi-threaded file-tree visualizer and disk usage analyzer
|
||||
# This file is overwritten after every install/update
|
||||
quiet
|
||||
# Persistent local customizations
|
||||
include erd.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
blacklist /tmp/.X11-unix
|
||||
|
||||
include disable-exec.inc
|
||||
|
||||
apparmor
|
||||
caps.drop all
|
||||
ipc-namespace
|
||||
machine-id
|
||||
net none
|
||||
no3d
|
||||
nodvd
|
||||
nogroups
|
||||
noinput
|
||||
nonewprivs
|
||||
noprinters
|
||||
noroot
|
||||
nosound
|
||||
notv
|
||||
nou2f
|
||||
novideo
|
||||
seccomp socket
|
||||
seccomp.block-secondary
|
||||
x11 none
|
||||
|
||||
# private-bin erd does work but defeats the purpose of this app
|
||||
#private-bin erd
|
||||
private-dev
|
||||
|
||||
dbus-user none
|
||||
dbus-system none
|
||||
|
||||
memory-deny-write-execute
|
||||
read-only ${HOME}
|
||||
read-only ${RUNUSER}
|
||||
restrict-namespaces
|
||||
|
|
@ -243,6 +243,7 @@ eom
|
|||
ephemeral
|
||||
#epiphany # see #2995
|
||||
equalx
|
||||
erd
|
||||
et
|
||||
etr
|
||||
evince
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue