From a03e345a86f40be0b673da12a1aef2165a4c3d5e Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Thu, 14 Mar 2024 18:47:32 +0000 Subject: New profile: lyriek.profile (#6245) Description: A multi-threaded GTK application to fetch lyrics of currently playing songs. https://gitlab.com/bartwillems/lyriek --- etc/profile-a-l/lyriek.profile | 58 ++++++++++++++++++++++++++++++++++++++++++ src/firecfg/firecfg.config | 1 + 2 files changed, 59 insertions(+) create mode 100644 etc/profile-a-l/lyriek.profile diff --git a/etc/profile-a-l/lyriek.profile b/etc/profile-a-l/lyriek.profile new file mode 100644 index 000000000..791fbf68c --- /dev/null +++ b/etc/profile-a-l/lyriek.profile @@ -0,0 +1,58 @@ +# Firejail profile for lyriek +# Description: A multi-threaded GTK application to fetch lyrics of currently playing songs +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include lyriek.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-programs.inc +include disable-shell.inc +include disable-xdg.inc + +include whitelist-common.inc +include whitelist-run-common.inc +include whitelist-runuser-common.inc +include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +ipc-namespace +machine-id +netfilter +no3d +nodvd +nogroups +noinput +nonewprivs +noprinters +noroot +nosound +notv +nou2f +novideo +protocol unix,inet +seccomp +seccomp.block-secondary +tracelog + +disable-mnt +private-bin lyriek +private-cache +private-dev +private-etc @network,@tls-ca +private-lib +private-tmp + +dbus-user filter +dbus-user.talk org.mpris.MediaPlayer2.mpd +dbus-system none + +read-only ${HOME} +restrict-namespaces diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config index 4dc773c2c..916ff3ba5 100644 --- a/src/firecfg/firecfg.config +++ b/src/firecfg/firecfg.config @@ -525,6 +525,7 @@ luminance-hdr lximage-qt lxmusic lynx +lyriek lyx #lz4 # disable until we fix CLI archivers for makepkg on Arch (see discussion in #3095) #lz4c # disable until we fix CLI archivers for makepkg on Arch (see discussion in #3095) -- cgit v1.2.3-54-g00ecf