From 00fd61062491cb4be3b7bcf003b6a784f2ecf486 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 10 Nov 2020 18:17:42 -0800 Subject: Add qimv profile Minor formatting fixes to qtox and toxic profiles --- profiles/qimv.profile | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 profiles/qimv.profile (limited to 'profiles/qimv.profile') diff --git a/profiles/qimv.profile b/profiles/qimv.profile new file mode 100644 index 0000000..e3a7500 --- /dev/null +++ b/profiles/qimv.profile @@ -0,0 +1,52 @@ +# Firejail profile for qimv +# Description: Image viewer +# This file is overwritten after every install/update +# Persistent local customizations +include qimv.local +# Persistent global definitions +include globals.local + +# Comment in these two lines to enable testing the binary from ${HOME} +#ignore noexec ${HOME} +#ignore private-bin qimv,imv + +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-shell.inc + +#include whitelist-common.inc +#include whitelist-var-common.inc + +apparmor +caps.drop all +machine-id +net none +# no3d +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix +seccomp +shell none +tracelog + +# disable-mnt +private-bin qimv,imv +private-cache +private-dev +private-etc fonts,machine-id,localtime,passwd +private-tmp + +memory-deny-write-execute + +dbus-user none +dbus-system none -- cgit v1.2.1