From b6c1230e3b2d019b1d1803791ce0698cdb3c5ab9 Mon Sep 17 00:00:00 2001 From: crocket <748856+crocket@users.noreply.github.com> Date: Sat, 9 Oct 2021 22:43:30 +0900 Subject: Add profiles for imv, retroarch, and torbrowser imv, retroarch, and torbrowser are also added to firecfg.config --- etc/profile-a-l/imv.profile | 57 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 etc/profile-a-l/imv.profile (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/imv.profile b/etc/profile-a-l/imv.profile new file mode 100644 index 000000000..65e7537bf --- /dev/null +++ b/etc/profile-a-l/imv.profile @@ -0,0 +1,57 @@ +# Firejail profile for imv +# Description: imv is an image viewer. +# This file is overwritten after every install/update +# Persistent local customizations +include imv.local +# Persistent global definitions +include globals.local + +include allow-bin-sh.inc + +blacklist /usr/libexec + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-programs.inc +include disable-shell.inc +include disable-write-mnt.inc +# Users may want to view images in ${HOME} +#include disable-xdg.inc + +# Users may want to view images in ${HOME} +#include whitelist-common.inc +include whitelist-run-common.inc +include whitelist-runuser-common.inc +# Users may want to view images in /usr/share +#include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +net none +nodvd +nogroups +noinput +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix +seccomp +seccomp.block-secondary +shell none +tracelog + +private-bin imv,imv-wayland,imv-x11,sh +private-cache +private-dev +private-tmp + +dbus-user none +dbus-system none + +read-only ${HOME} -- cgit v1.2.3-54-g00ecf