mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3321] Bitwarden appimage not working with Bitwarden profile #2087
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#2087
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 @danielgul on GitHub (Apr 6, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3321
Hi,
I have an issue with starting Bitwarden appimage.
First I tried to use
firejail --appimageas is and program not starting. Output:Seeing its trying to load
default.profile, I tried with--profile=bitwarden. Didn't work either. Output:Lunching with
firejail --appimage --noprofileworks tho...Any idea why it's not working with it's own profile?
Using Manjaro 19.0.2 .
Thanks in advance.
@rusty-snake commented on GitHub (Apr 6, 2020):
Is anything in the journal/syslog?
@danielgul commented on GitHub (Apr 6, 2020):
Totally forgot to check the logs, you are right!
These are the logs after I tried to run
firejail --appimage --profile=bitwarden Bitwarden-1.17.2-x86_64.AppImageagain:@rusty-snake commented on GitHub (Apr 6, 2020):
Can you try
firejail '--seccomp=!chroot' --profile=bitwarden --appimage Bitwarden-1.17.2-x86_64.AppImage@rusty-snake commented on GitHub (Apr 6, 2020):
I just downloaded the Appimage, with the default profile I get seccomp violations and with the bitwarden profile the execve permission denied.
@danielgul commented on GitHub (Apr 6, 2020):
That did it. Works without error. Thank you my friend.
Could you please explain what
--seccomp=!chrootdoes?Thanks!
@danielgul commented on GitHub (Apr 6, 2020):
From /usr/share/doc/firejail/syscalls.txt:
This is beyond my level of understanding. My question leads toward would this is something you would have to patch from your side on next release or is
--seccomp=!chroothad to be included when I start the program from my side?@rusty-snake commented on GitHub (Apr 6, 2020):
It allows the chroot syscall. The chromium-sandbox is using it (in older version). looks like bitwarden has updated it chromium components.
Becomes part of the profile, for now you can add
seccomp !chrootto your bitwarden.local.@danielgul commented on GitHub (Apr 6, 2020):
Alright, Thanks a lot for the help and the quick response!
Take care.