From b4fa8e28581c29287d1c6849b83a522a0ed41b66 Mon Sep 17 00:00:00 2001 From: intika Date: Fri, 23 Mar 2018 18:54:58 +0100 Subject: Add support for the devil musixmatch --- etc/musixmatch.profile | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 etc/musixmatch.profile diff --git a/etc/musixmatch.profile b/etc/musixmatch.profile new file mode 100644 index 000000000..1e547d11c --- /dev/null +++ b/etc/musixmatch.profile @@ -0,0 +1,37 @@ +# Firejail profile for Musixmatch +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/default.local +# Persistent global definitions +include /etc/firejail/globals.local + +# generic gui profile +# depending on your usage, you can enable some of the commands below: + +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-devel.inc +include /etc/firejail/disable-passwdmgr.inc +include /etc/firejail/disable-programs.inc + +caps.drop all +ipc-namespace +netfilter +no3d +nodvd +nogroups +nonewprivs +noroot +nogroups +nosound +notv +novideo +protocol unix,inet,inet6,netlink +seccomp +shell none + +disable-mnt +private-dev +private-etc none + +noexec ${HOME} +noexec /tmp -- cgit v1.2.3-54-g00ecf