mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1189] [Question?] Modifying Brave profile to allow built-in password manager (keyring-dependent) to actually work #816
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#816
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 @BurnySnek on GitHub (Apr 3, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1189
Hi!
I've managed to tweak firejail profile for Brave to work okay (the one that gets installed by default courtesy of Debian backports is still broken)
However, I can't figure out the right directives to allow it to touch keyring.
Keyring appears necessary for built-in password manager to work, and, well, I need it.
Tried:
adding
noblacklist ${HOME}/.gnome2/keyrings
noblacklist ${HOME}/.kde4/share/apps/kwallet
noblacklist ${HOME}/.kde/share/apps/kwallet
noblacklist ${HOME}/.local/share/kwalletd
noblacklist ${HOME}/.config/keybase
to my experimental brave profile.
No cigar.
Please help.
@netblue30 commented on GitHub (Apr 3, 2017):
Use this profile: https://github.com/netblue30/firejail/blob/master/etc/brave.profile
There is a big fight going on with Brave, recently they enabled a seccomp sandbox inside the browser (https://github.com/netblue30/firejail/issues/1110).
@netblue30 commented on GitHub (Apr 3, 2017):
What happens if you put a "noblacklist ~/.gnupg" in top of the file?
@BurnySnek commented on GitHub (Apr 3, 2017):
@netblue30
noblacklist ~/.gnupg + that profile you linked to do the trick!
Thanks! that seems to finally work
@netblue30 commented on GitHub (Apr 3, 2017):
Thanks, I updated the profile in git with a "noblacklist ~/.gnupg".