mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 06:05:38 -06:00
87 lines
2.3 KiB
Text
87 lines
2.3 KiB
Text
# Firejail profile for yelp
|
|
# Description: Help browser for the GNOME desktop
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include yelp.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/yelp
|
|
|
|
# sh is needed to allow Firefox to open links
|
|
include allow-bin-sh.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
|
|
|
|
# The lines below are needed to find the default Firefox profile name, to allow
|
|
# opening links in an existing instance of Firefox (note that it still fails if
|
|
# there isn't a Firefox instance running with the default profile; see #5352)
|
|
noblacklist ${HOME}/.mozilla
|
|
whitelist ${HOME}/.mozilla/firefox/profiles.ini
|
|
|
|
mkdir ${HOME}/.config/yelp
|
|
whitelist ${HOME}/.config/yelp
|
|
whitelist /usr/libexec/webkit2gtk-4.0
|
|
whitelist /usr/share/doc
|
|
whitelist /usr/share/groff
|
|
whitelist /usr/share/help
|
|
whitelist /usr/share/man
|
|
whitelist /usr/share/yelp
|
|
whitelist /usr/share/yelp-tools
|
|
whitelist /usr/share/yelp-xsl
|
|
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 # add this to your yelp.local if you don't need sound support.
|
|
net none
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
#nosound # add this to your yelp.local if you don't need sound support.
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
seccomp.block-secondary
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin groff,man,tbl,troff,yelp
|
|
private-cache
|
|
private-dev
|
|
private-etc @games,@tls-ca,@x11,cups,groff,man_db.conf,os-release,sgml,xml
|
|
private-tmp
|
|
|
|
dbus-user filter
|
|
dbus-user.own org.gnome.Yelp
|
|
dbus-user.talk ca.desrt.dconf
|
|
# Allow D-Bus communication with Firefox for opening links
|
|
dbus-user.talk org.mozilla.*
|
|
dbus-system none
|
|
|
|
# read-only ${HOME} breaks some features:
|
|
# 1. yelp --editor-mode
|
|
# 2. saving the window geometry
|
|
# add 'ignore read-only ${HOME}' to your yelp.local if you need these features.
|
|
read-only ${HOME}
|
|
read-write ${HOME}/.cache
|
|
# 3. printing to PDF in ${DOCUMENTS}
|
|
# additionally add 'noblacklist ${DOCUMENTS}' and 'whitelist ${DOCUMENTS}' to
|
|
# your yelp.local if you need PDF printing support.
|
|
#noblacklist ${DOCUMENTS}
|
|
#whitelist ${DOCUMENTS}
|
|
|
|
restrict-namespaces
|