From 48f4d7a53c0004951b43beb868753d2aec4f8b77 Mon Sep 17 00:00:00 2001 From: "Martin T. H. Sandsmark" Date: Sat, 8 May 2021 16:21:18 +0200 Subject: Add songrec It is a Rust application using Cargo, so harden based on common supply chain attacks seen. https://github.com/marin-m/SongRec --- etc/profile-m-z/songrec.profile | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 etc/profile-m-z/songrec.profile (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/songrec.profile b/etc/profile-m-z/songrec.profile new file mode 100644 index 000000000..d121f7845 --- /dev/null +++ b/etc/profile-m-z/songrec.profile @@ -0,0 +1,42 @@ +# Firejail profile for songrec +# Description: An open-source Shazam client for Linux +# This file is overwritten after every install/update +# Persistent local customizations +include songrec.local +# Persistent global definitions +include globals.local + + +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-player-common.inc + +apparmor +caps.drop all +netfilter +no3d +nogroups +nonewprivs +noroot +notv +nou2f +novideo +protocol unix,inet,inet6 +seccomp +seccomp.block-secondary +shell none + +disable-mnt +private-bin songrec,ffmpeg +private-dev +private-tmp + +dbus-user none +dbus-system none -- cgit v1.2.3-70-g09d2