From a1243a0d27981cc8997a75dbde4f54cb959749d4 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sat, 25 May 2019 10:34:05 +0200 Subject: Add yelp.profile --- etc/yelp.profile | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 etc/yelp.profile (limited to 'etc/yelp.profile') diff --git a/etc/yelp.profile b/etc/yelp.profile new file mode 100644 index 000000000..66f094e1d --- /dev/null +++ b/etc/yelp.profile @@ -0,0 +1,51 @@ +# 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 + +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 + +mkdir ${HOME}/.config/yelp +whitelist ${HOME}/.config/yelp +include whitelist-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +net none +nodvd +nogroups +nonewprivs +noroot +notv +nou2f +novideo +protocol unix +seccomp +shell none +tracelog + +disable-mnt +private-bin yelp +private-cache +private-dev +private-etc alsa,alternatives,asound.conf,crypto-policies,cups,dconf,drirc,fonts,gcrypt,gtk-3.0,machine-id,openal,os-release,pulse,sgml,xml +private-tmp + +# read-only ${HOME} breaks some not necesarry featrues, comment it if +# you need them or put 'ignore read-only ${HOME}' into your yelp.local. +# broken features: +# 1. yelp --editor-mode +# 2. saving the window geometry +read-only ${HOME} -- cgit v1.2.3-70-g09d2