mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1192] vivaldi fail #817
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#817
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 @nyancat18 on GitHub (Apr 4, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1192
https://paste.teknik.io/Raw/Ri523
firejail version 0.9.44.10
Compile time support:
- AppArmor support is disabled
- AppImage support is enabled
- bind support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
@nyancat18 commented on GitHub (Apr 4, 2017):
TEMPORARY BUGFIX, please disable netfilter line
@Fred-Barclay commented on GitHub (Apr 4, 2017):
Note: this is due to
vivaldibeing passed to firejail asvivaldi-stable. We probably need to build a new profile.Thanks for the report @triceratops1
@Fred-Barclay commented on GitHub (Apr 4, 2017):
@triceratops1 Sorry if my earlier reply seems a little terse. I was in a hurry and wanted to add a quick note. 😄
It looks like vivaldi is being called on your system as vivaldi-stable. Since we didn't have a vivaldi-stable profile, firejail defaults to using the standard profile,
default.profile.I've added a new profile for vivaldi-stable. Can you copy it from https://github.com/netblue30/firejail/blob/master/etc/vivaldi-stable.profile and save it as
vivaldi-stable.profilein ~/.config/firejail? Then test and see if it fixes the problem.Cheers and thanks!
Fred
@nyancat18 commented on GitHub (Apr 4, 2017):
works :D
@Fred-Barclay commented on GitHub (Apr 4, 2017):
Awesome, thanks!