From 018d75775eab4a0f045949a9d069c57686ca2686 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 21 Apr 2020 08:24:28 -0400 Subject: reorganize github etc directory --- etc/profile-m-z/qgis.profile | 59 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 etc/profile-m-z/qgis.profile (limited to 'etc/profile-m-z/qgis.profile') diff --git a/etc/profile-m-z/qgis.profile b/etc/profile-m-z/qgis.profile new file mode 100644 index 000000000..eee538383 --- /dev/null +++ b/etc/profile-m-z/qgis.profile @@ -0,0 +1,59 @@ +# Firejail profile for qgis +# Description: GIS application +# This file is overwritten after every install/update +# Persistent local customizations +include qgis.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/QGIS +noblacklist ${HOME}/.local/share/QGIS +noblacklist ${HOME}/.qgis2 +noblacklist ${DOCUMENTS} + +# Allow python (blacklisted by disable-interpreters.inc) +include allow-python3.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}/.local/share/QGIS +mkdir ${HOME}/.qgis2 +mkdir ${HOME}/.config/QGIS +whitelist ${HOME}/.local/share/QGIS +whitelist ${HOME}/.qgis2 +whitelist ${HOME}/.config/QGIS +whitelist ${DOCUMENTS} +include whitelist-common.inc +include whitelist-var-common.inc + +caps.drop all +netfilter +machine-id +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +# blacklisting of mbind system calls breaks old version +seccomp !mbind +protocol unix,inet,inet6,netlink +shell none +tracelog + +disable-mnt +private-cache +private-dev +private-etc alternatives,ca-certificates,crypto-policies,fonts,machine-id,pki,QGIS,QGIS.conf,resolv.conf,ssl,Trolltech.conf +private-tmp + +dbus-user none +dbus-system none -- cgit v1.2.3-70-g09d2