mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
37 lines
855 B
Text
37 lines
855 B
Text
# Firejail profile for dolphin
|
|
# Description: File manager
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include dolphin.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.local/share/Trash
|
|
# noblacklist ${HOME}/.cache/dolphin - disable-programs.inc is disabled, see below
|
|
# noblacklist ${HOME}/.config/dolphinrc
|
|
# noblacklist ${HOME}/.local/share/dolphin
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
# dolphin needs to be able to start arbitrary applications so we cannot blacklist their files
|
|
# include disable-programs.inc
|
|
|
|
caps.drop all
|
|
# net none
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
novideo
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
shell none
|
|
|
|
private-dev
|
|
# private-tmp
|
|
|
|
join-or-start dolphin
|