From 1d5491160965365ef5e6aff0258985a83e1ca7c3 Mon Sep 17 00:00:00 2001 From: Tad Date: Sat, 5 Aug 2017 02:18:29 -0400 Subject: Add a profile for Gnome Twitch --- etc/gnome-twitch.profile | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 etc/gnome-twitch.profile (limited to 'etc/gnome-twitch.profile') diff --git a/etc/gnome-twitch.profile b/etc/gnome-twitch.profile new file mode 100644 index 000000000..7c215df5d --- /dev/null +++ b/etc/gnome-twitch.profile @@ -0,0 +1,36 @@ +# Persistent global definitions go here +include /etc/firejail/globals.local + +# This file is overwritten during software install. +# Persistent customizations should go in a .local file. +include /etc/firejail/gnome-twitch.local + +# Firejail profile for Gnome Twitch +noblacklist ${HOME}/.cache/gnome-twitch +noblacklist ${HOME}/.local/share/gnome-twitch + +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-devel.inc +include /etc/firejail/disable-passwdmgr.inc +include /etc/firejail/disable-programs.inc + +mkdir ${HOME}/.cache/gnome-twitch +whitelist ${HOME}/.cache/gnome-twitch +mkdir ${HOME}/.local/share/gnome-twitch +whitelist ${HOME}/.local/share/gnome-twitch +include /etc/firejail/whitelist-common.inc + +caps.drop all +nogroups +nonewprivs +noroot +novideo +protocol unix,inet,inet6 +seccomp +shell none + +private-dev +private-tmp + +noexec ${HOME} +noexec /tmp -- cgit v1.2.3-54-g00ecf