Skip to content

Commit

Permalink
New profile: tidal-hifi (#6008)
Browse files Browse the repository at this point in the history
modified src/firecfg/firecfg.config to add tidal-hifi
created etc/profile-m-z/tidal-hifi.profile

closes: #6008

Apply suggestions from code review

Co-authored-by: rusty-snake <[email protected]>
  • Loading branch information
jtrv and rusty-snake committed Sep 24, 2023
1 parent eb5c971 commit 7e51187
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions etc/profile-m-z/tidal-hifi.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Firejail profile for tidal-hifi
# Description: The web version of Tidal running in electron with hifi support thanks to widevine.
# This file is overwritten after every install/update
# Persistent local customizations
include tidal-hifi.local
# Persistent global definitions
include globals.local

ignore noexec ${HOME}

noblacklist ${HOME}/.config/tidal-hifi

include disable-proc.inc
include disable-shell.inc

whitelist ${HOME}/.config/tidal-hifi

caps.drop all
no3d
nonewprivs
noprinters
noroot
protocol unix,inet,inet6
seccomp !chroot
seccomp.block-secondary
tracelog

private-bin chrome-sandbox,tidal-hifi
private-etc @network,@sound,@tls-ca,@xdg
private-opt tidal-hifi

ignore dbus-user none
dbus-user filter
dbus-user.own org.mpris.MediaPlayer2.tidal-hifi
dbus-user.talk org.freedesktop.Notifications

join-or-start tidal-hifi

include electron-common.profile
1 change: 1 addition & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ textmaker18free
thunderbird
thunderbird-beta
thunderbird-wayland
tidal-hifi
tilp
tor-browser
tor-browser-ar
Expand Down

0 comments on commit 7e51187

Please sign in to comment.