From df1c73a00f68b3ee2503b75d3220e65f99a7f760 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Mon, 10 Feb 2020 09:18:57 +0100 Subject: Add a lot of profiles --- etc/com.github.johnfactotum.Foliate.profile | 62 +++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 etc/com.github.johnfactotum.Foliate.profile (limited to 'etc/com.github.johnfactotum.Foliate.profile') diff --git a/etc/com.github.johnfactotum.Foliate.profile b/etc/com.github.johnfactotum.Foliate.profile new file mode 100644 index 000000000..39a9a360d --- /dev/null +++ b/etc/com.github.johnfactotum.Foliate.profile @@ -0,0 +1,62 @@ +# Firejail profile for foliate +# Description: Simple and modern GTK eBook reader +# This file is overwritten after every install/update +# Persistent local customizations +include foliate.local +# Persistent global definitions +include globals.local + +noblacklist ${DOCUMENTS} +noblacklist ${HOME}/.cache/com.github.johnfactotum.Foliate +noblacklist ${HOME}/.local/share/com.github.johnfactotum.Foliate + +# Allow gjs (blacklisted by disable-interpreters.inc) +include allow-gjs.inc + +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}/.cache/com.github.johnfactotum.Foliate +mkdir ${HOME}/.local/share/com.github.johnfactotum.Foliate +whitelist ${HOME}/.cache/com.github.johnfactotum.Foliate +whitelist ${HOME}/.local/share/com.github.johnfactotum.Foliate +whitelist ${DOCUMENTS} +whitelist ${DOWNLOADS} +whitelist /usr/share/com.github.johnfactotum.Foliate +whitelist /usr/share/hyphen +include whitelist-common.inc +include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +machine-id +net none +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix +seccomp +shell none +tracelog + +disable-mnt +private-bin com.github.johnfactotum.Foliate,gjs +private-cache +private-dev +private-etc dconf,fonts,gconf,gtk-3.0 +private-tmp + +read-only ${HOME} +read-write ${HOME}/.cache/com.github.johnfactotum.Foliate +read-write ${HOME}/.local/share/com.github.johnfactotum.Foliate -- cgit v1.2.3-70-g09d2