aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar Martin T. H. Sandsmark <martin.sandsmark@kde.org>2021-05-08 16:21:18 +0200
committerLibravatar Martin T. H. Sandsmark <martin.sandsmark@kde.org>2021-05-08 16:25:59 +0200
commit48f4d7a53c0004951b43beb868753d2aec4f8b77 (patch)
tree3759eb66fa06cc9510417d3b3e4001f2725e8a96 /etc/profile-m-z
parentrevert comment changes from #4257 (#4258) (diff)
downloadfirejail-48f4d7a53c0004951b43beb868753d2aec4f8b77.tar.gz
firejail-48f4d7a53c0004951b43beb868753d2aec4f8b77.tar.zst
firejail-48f4d7a53c0004951b43beb868753d2aec4f8b77.zip
Add songrec
It is a Rust application using Cargo, so harden based on common supply chain attacks seen. https://github.com/marin-m/SongRec
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/songrec.profile42
1 files changed, 42 insertions, 0 deletions
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 @@
1# Firejail profile for songrec
2# Description: An open-source Shazam client for Linux
3# This file is overwritten after every install/update
4# Persistent local customizations
5include songrec.local
6# Persistent global definitions
7include globals.local
8
9
10include disable-common.inc
11include disable-devel.inc
12include disable-exec.inc
13include disable-interpreters.inc
14include disable-passwdmgr.inc
15include disable-programs.inc
16include disable-shell.inc
17
18include whitelist-common.inc
19include whitelist-player-common.inc
20
21apparmor
22caps.drop all
23netfilter
24no3d
25nogroups
26nonewprivs
27noroot
28notv
29nou2f
30novideo
31protocol unix,inet,inet6
32seccomp
33seccomp.block-secondary
34shell none
35
36disable-mnt
37private-bin songrec,ffmpeg
38private-dev
39private-tmp
40
41dbus-user none
42dbus-system none