mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
52 lines
1.1 KiB
Text
52 lines
1.1 KiB
Text
# Firejail profile for kwrite
|
|
# Description: Simple text editor
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include kwrite.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/katepartrc
|
|
noblacklist ${HOME}/.config/katerc
|
|
noblacklist ${HOME}/.config/kateschemarc
|
|
noblacklist ${HOME}/.config/katesyntaxhighlightingrc
|
|
noblacklist ${HOME}/.config/katevirc
|
|
noblacklist ${HOME}/.config/kwriterc
|
|
noblacklist ${HOME}/.local/share/kwrite
|
|
noblacklist ${DOCUMENTS}
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
# net none
|
|
netfilter
|
|
# nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
# nosound - KWrite is using ALSA!
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
private-bin kbuildsycoca4,kdeinit4,kwrite
|
|
private-dev
|
|
private-etc alternatives,fonts,kde4rc,kde5rc,ld.so.cache,machine-id,pulse,xdg
|
|
private-tmp
|
|
|
|
|
|
join-or-start kwrite
|