mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1759] Requesting help regarding SoulseekQT profile #1193
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @qutetemp on GitHub (Feb 3, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1759
SoulseekQT is a closed source music piracy program I don't trust at all. Sadly it has some features no other client has at the moment like folder view and it's quite popular especially for obscure stuff.
I don't trust it at all.
Ideally I would like to achieve a state where after it runs only the my downloads remain.On download it creates a "Soulseek Downloads" folder inside the HOME dir.
I'm thinking overlay with whitelist after getting the latest master is the best idea but I'm honestly kind of confused and I thought it's best to ask before.
Here is the profile I have so far by looking at other software.
http://ix.io/FbJ
@Vincent43 commented on GitHub (Feb 7, 2018):
You can use
--buildoption:firejail --build=<app_name>.profile <app_name>then try to use every feature you need for this app. The copy and/or adjust created profile.@qutetemp commented on GitHub (Feb 9, 2018):
I've having some trouble regarding folder creation.
For example by default when you download something it sends all the downloads to
~/Soulseek\ Downloads/downloading/[name of the user you're downloading from]/[name of the folder you're downloading]
and then moves the fully completed downloaded folder to
~/Soulseek\ Downloads/complete/[name of the user you're downloading from]/[name of the folder you're downloading]
I can't get downloads to show up.
Here's what I added to the profile
mkdir ~/Soulseek Downloads
noblacklist ~/Soulseek Downloads/downloading
whitelist ~/Soulseek Downloads/downloading
noblacklist ~/Soulseek Downloads/complete
whitelist ~/Soulseek Downloads/complete
I think I'm not understanding how to properly use whitelist.
@SkewedZeppelin commented on GitHub (Feb 9, 2018):
Here is a completely untested profile that you can try
save it to ~/.config/firejail/[program].profile
and if it does work, don't expect it to be upstreamed, see #1613
@Vincent43 commented on GitHub (Feb 9, 2018):
@qutetemp use only top directory, i.e:
@qutetemp commented on GitHub (Feb 10, 2018):
Thank you for all the help.
Here's the final profile in case someone needs it eventually.
http://sprunge.us/icZH