mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4932] local qutebrowser profile issues since last update #2824
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#2824
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 @aleprovencio on GitHub (Feb 11, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4932
Description
I have been using a
firejail's' local profile forqutebrowserin order to supportnvimconfigured as myeditor.commandfor it.However, since
firejail's last update (0.9.68)nvimlaunched fromqutebrowserthrows an error.Steps to Reproduce
Steps to reproduce the behavior
configure qutebrowser with:
editor.command = ["alacritty", "-t", "qute_dialog", "-e", "nvim", "{file}"]use the following as
firejail/qutebrowser.local:editor.commandExpected behavior
No errors
Actual behavior
Neovimthrows this error:Behavior without a profile
No errors
Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail qutebrowserOutput of
LC_ALL=C firejail --debug qutebrowser@rusty-snake commented on GitHub (Feb 11, 2022):
12ba3f2aafYou need to
noblacklistthe neovim files.@aleprovencio commented on GitHub (Feb 11, 2022):
Thanks for replying @rusty-snake.
By taking a look at the mentioned commit, I've added:
However, still getting a different error:
@rusty-snake commented on GitHub (Feb 11, 2022):
read-only/read-writehave a last-win logic. In .locals you need toignore read-only PATHinstead.@aleprovencio commented on GitHub (Feb 11, 2022):
You've nailed it! Thank you so much 😃