From 2c66089176b2bb18b4a79b37d1d2e1e421235dc7 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sat, 30 Mar 2019 06:29:12 +0000 Subject: Add anki.profile (#2626) --- etc/anki.profile | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 etc/anki.profile (limited to 'etc/anki.profile') diff --git a/etc/anki.profile b/etc/anki.profile new file mode 100644 index 000000000..6ab95dd52 --- /dev/null +++ b/etc/anki.profile @@ -0,0 +1,57 @@ +# Firejail profile for anki +# Description: flexible, intelligent flashcard program +# This file is overwritten after every install/update +# Persistent local customizations +include anki.local +# Persistent global definitions +include globals.local + +noblacklist ${DOCUMENTS} +noblacklist ${HOME}/.local/share/Anki2 + +# Allow python (blacklisted by disable-interpreters.inc) +noblacklist ${PATH}/python2* +noblacklist ${PATH}/python3* +noblacklist /usr/lib/python2* +noblacklist /usr/lib/python3* +noblacklist /usr/local/lib/python2* +noblacklist /usr/local/lib/python3* + +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 + +whitelist ${DOCUMENTS} +whitelist ${HOME}/.local/share/Anki2 +include whitelist-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +machine-id +netfilter +no3d +nodbus +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix,inet,inet6 +seccomp +shell none +tracelog + +disable-mnt +private-bin anki,python* +private-cache +private-dev +private-etc alternatives,ca-certificates,fonts,gtk-2.0,hostname,hosts,machine-id,pki,resolv.conf,Trolltech.conf,ssl +private-tmp -- cgit v1.2.3-70-g09d2