From 972e4a6b1754652e258db525e2059effc202ccb3 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Fri, 3 Apr 2020 14:33:12 +0200 Subject: more games - blobwars - gravity-beams-and-evaporating-stars - hyperrogue - jumpnbump-menu (alias) - jumpnbump - magicor - mindless - mirrormagic - mrrescue - scorched3d-wrapper (alias) - scorchwentbonkers - seahorse-adventures - wordwarvi - xbill --- etc/mrrescue.profile | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 etc/mrrescue.profile (limited to 'etc/mrrescue.profile') diff --git a/etc/mrrescue.profile b/etc/mrrescue.profile new file mode 100644 index 000000000..869a162f8 --- /dev/null +++ b/etc/mrrescue.profile @@ -0,0 +1,47 @@ +# Firejail profile for mrrescue +# Description: Arcade-style fire fighting game +# This file is overwritten after every install/update +# Persistent local customizations +include mrrescue.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/love + +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/love +whitelist ${HOME}/.local/share/love +whitelist /usr/share/mrrescue +include whitelist-common.inc +include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +net none +nodbus +nodvd +nogroups +nonewprivs +noroot +notv +nou2f +novideo +protocol unix,netlink +seccomp +shell none +tracelog + +disable-mnt +private-bin love,mrrescue,sh +private-cache +private-dev +private-etc machine-id +private-tmp -- cgit v1.2.3-70-g09d2