mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
[GH-ISSUE #3940] brave: u2f does not work #2462
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#2462
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 @NightProwler-dc on GitHub (Feb 1, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3940
U2F device doesn't work when using firejail to start brave-browser
U2f device is plugged in before starting the browser, having "BROWSER_DISABLE_U2F no" in brave-browser.local. but services can't detect my plugged in u2f device. If I don't use firejail to start brave-browser then u2f can work.
It seems I missed something but I can't find how am I supposed to enable u2f devices. I also saw something like
?BROWSER_DISABLE_U2F: nou2fin chromium-common.profile but ain't it supposed to be 'no' instead of 'nou2f'?Thanks for any help.
@SkewedZeppelin commented on GitHub (Feb 1, 2021):
https://github.com/netblue30/firejail/issues/3939#issuecomment-770764222
@NightProwler-dc commented on GitHub (Feb 1, 2021):
It looks like this in firejail.config now:
Should I change it to
browser-disable-u2f no?
What if I only want to enable U2F for a certain program like brave-browser?
@rusty-snake commented on GitHub (Feb 1, 2021):
yes
brave-browser.local:@NightProwler-dc commented on GitHub (Feb 1, 2021):
Many thanks. I hope this question be added in FAQ maybe.
@NightProwler-dc commented on GitHub (Feb 1, 2021):
This actually doesn't work.
What I tested:
Keep the default firejail.config (comment on #browser-disable-u2f no)
add in brave-browser.local
connect u2f device and then start the browser
u2f device does not work
@rusty-snake commented on GitHub (Feb 1, 2021):
Gotcha! We need
brave.localmy mistake.