mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* disable-shell.inc * add disable-shell.inc to all profiles with a … … private-bin line without bash/sh except profiles with redirect profiles. * add it to some more profiles * exclude aria2c.profile
54 lines
1.1 KiB
Text
54 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-shell.inc
|
|
include disable-xdg.inc
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
# net none
|
|
netfilter
|
|
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
|
|
|
|
# dbus-user none
|
|
# dbus-system none
|
|
|
|
join-or-start kwrite
|