mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Commands used to search and replace:
./contrib/sort.py etc/inc/*.inc etc/profile*/*.profile
This amends commit 358fce3ed ("ghostwriter: hardening and private-bin
improvements", 2023-02-08) / PR #5648.
66 lines
1.7 KiB
Text
66 lines
1.7 KiB
Text
# Firejail profile for ghostwriter
|
|
# Description: Cross-platform, aesthetic, distraction-free Markdown editor.
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include ghostwriter.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/ghostwriter
|
|
noblacklist ${HOME}/.local/share/ghostwriter
|
|
noblacklist ${DOCUMENTS}
|
|
noblacklist ${PICTURES}
|
|
|
|
include allow-lua.inc
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-shell.inc
|
|
include disable-xdg.inc
|
|
|
|
whitelist ${HOME}/.config/ghostwriter
|
|
whitelist ${HOME}/.local/share/ghostwriter
|
|
whitelist ${DOCUMENTS}
|
|
whitelist ${DOWNLOADS}
|
|
whitelist ${PICTURES}
|
|
whitelist /usr/share/ghostwriter
|
|
whitelist /usr/share/mathjax
|
|
whitelist /usr/share/mozilla-dicts
|
|
whitelist /usr/share/pandoc*
|
|
include whitelist-common.inc
|
|
include whitelist-runuser-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
machine-id
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp !chroot
|
|
seccomp.block-secondary
|
|
#tracelog # breaks
|
|
|
|
private-bin affixcompress,analyze,chmorph,cmark,context,gettext,ghostwriter,hunspell,hunzip,hzip,latex,makealias,mktexfmt,multimarkdown,munch,pandoc,pdflatex,pdfroff,prince,unmunch,weasyprint,wkhtmltopdf,wordforms,wordlist2hunspell
|
|
private-cache
|
|
private-dev
|
|
# passwd,login.defs,firejail are a temporary workaround for #2877 and can be removed once it is fixed
|
|
private-etc @tls-ca,@x11,dbus-1,gconf,host.conf,mime.types,rpc,services,texlive
|
|
private-tmp
|
|
|
|
dbus-user filter
|
|
dbus-system none
|
|
|
|
#restrict-namespaces
|