mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2417] browsers: undocumented ?BROWSER_DISABLE_U2F conditional #1614
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#1614
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 @curiosity-seeker on GitHub (Feb 18, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2417
I just noticed that both profiles contain the line:
?BROWSER_DISABLE_U2F: nou2fI suspect that this is an error as I haven't seen this documented anywhere.
@ghost commented on GitHub (Feb 18, 2019):
Not a typo. This is documented in man firejail-profile and code is here #L154+.
@curiosity-seeker commented on GitHub (Feb 18, 2019):
Oops - you're right! Sorry!
@ghost commented on GitHub (Feb 18, 2019):
No problem. I tended to forget firejail has more than one man page too ;)
@curiosity-seeker commented on GitHub (Feb 18, 2019):
Indeed ;-)
I understand the "?HAS_APPIMAGE: whitelist ${HOME}/special/appimage/dir" example in man firejail-profile. But I must admit that I'm having trouble to understand the purpose of "?BROWSER_DISABLE_U2F: nou2f" ....
@SkewedZeppelin commented on GitHub (Feb 18, 2019):
u2f devices were disabled for all of the profiles
u2f devices are an important tool and should be as easy as possible to get working
so instead of users having to create local profile files for their browser, I added a config option so they can just edit /etc/firejail/firejail.config to get them working