Skip to content

New profile: tidal-hifi #6009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -830,6 +830,7 @@ textmaker18free
thunderbird
thunderbird-beta
thunderbird-wayland
tidal-hifi
tilp
tor-browser
tor-browser-ar
Expand Down