mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2378] firejail 0.9.58 and youtube-dl issue #1587
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#1587
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 @martywd on GitHub (Jan 29, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2378
OS: Linux Mint 19.1 MATE 64-bit
youtube-dl v. 2019.01.27
upgrading firejail from 0.9.56 > 0.9.58
After downloading and installing 'firejail-apparmor_0.9.58_1_amd64.deb' from sourceforge, the 'firejail youtube-dl' <.....> command yields the follow errors:
Permissions for 'youtube-dl':
Purged the 'firejail-apparmor' install and installed 'firejail_0.9.58~rc1_1_amd64.deb'. No change, same errors when attempting to use 'youtube-dl' with firejail* 0.9.58.
Reverted back to 'firejail_0.9.56_1_amd64.deb' and now the 'firejail youtube-dl' command functions without errors once again.
.
@SkewedZeppelin commented on GitHub (Jan 29, 2019):
Please try
firejail --ignore='noexec ${HOME}' /home/marty/bin/youtube-dlnoexec before 0.9.58 didn't recursively apply to paths, allowing programs in ~ for example to run when they shouldn't of
see:
a7164cb381and #2375@martywd commented on GitHub (Jan 29, 2019):
Yes that command works for me from the command line. Actually,
works as well. Thanks for the tip!
I'll check those links out, thanks again.
Now to figure out how to enter this 'ignore' into ~/.config/firejail/youtube-dl.profile' so I don't have to add the above switch all the time?
.
@SkewedZeppelin commented on GitHub (Jan 29, 2019):
echo 'ignore noexec ${HOME}' > ~/.config/firejail/youtube-dl.localshould work
@martywd commented on GitHub (Jan 29, 2019):
Yup, that works. Thank you again!
.