mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3022] After Update Firejail cannot Launch Vivaldi Browser #1892
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#1892
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 @KhalbahO on GitHub (Oct 30, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3022
Hi everyone !
Before update, I used firetool app for with the tool "Configuration Wizard" and this commande line :
firejail -- vivaldi-stable --disk-cache-dir=/tmp/vivaldi-stable-cache
And Vivaldi Worked well, but now nothing !
Just this answer :
Reading profile /usr/share/defaults/firejail/vivaldi-stable.profile
Reading profile /usr/share/defaults/firejail/vivaldi.profile
Reading profile /usr/share/defaults/firejail/chromium-common.profile
Reading profile /usr/share/defaults/firejail/disable-common.inc
Reading profile /usr/share/defaults/firejail/disable-devel.inc
Reading profile /usr/share/defaults/firejail/disable-exec.inc
Reading profile /usr/share/defaults/firejail/disable-interpreters.inc
Reading profile /usr/share/defaults/firejail/disable-programs.inc
Reading profile /usr/share/defaults/firejail/whitelist-common.inc
Reading profile /usr/share/defaults/firejail/whitelist-var-common.inc
Parent pid 30641, child pid 30642
Child process initialized in 179.58 ms
/usr/bin/vivaldi-stable: ligne 174: /dev/fd/62: Aucun fichier ou dossier de ce type
/usr/bin/vivaldi-stable: ligne 175: /dev/fd/62: Aucun fichier ou dossier de ce type
/usr/bin/vivaldi-stable: ligne 178: /usr/share/vivaldi-stable/vivaldi-bin: Permission non accordée
/usr/bin/vivaldi-stable: ligne 178: /usr/share/vivaldi-stable/vivaldi-bin: Succès
Parent is shutting down, bye...
And when I made a "Firejail Vivaldi" the answer is :
Warning: an existing sandbox was detected. vivaldi will run without any additional sandboxing features
/bin/bash: vivaldi : commande introuvable
I'm on Solus OS, what's wrong with that ?
At soon !
@rusty-snake commented on GitHub (Oct 30, 2019):
What is your old firejail version and what is the current version?
probably not the issue (#2383)
@KhalbahO commented on GitHub (Oct 30, 2019):
My current firejail version is 0.9.60, i don't have watched the number of the older version but i think that the problem is the new version of vivaldi browser "Perhaps not supported now" !
@rusty-snake commented on GitHub (Oct 30, 2019):
/usr/share/vivaldi-stable/vivaldi-binis the executale, right?Try
firejail --profile=vivaldi /usr/share/vivaldi-stable/vivaldi-bin@KhalbahO commented on GitHub (Oct 30, 2019):
firejail --profile=vivaldi /usr/share/vivaldi-stable/vivaldi-bin
Warning: an existing sandbox was detected. /usr/share/vivaldi-stable/vivaldi-bin will run without any additional sandboxing features
[8:8:1031/003133.352930:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
@rusty-snake commented on GitHub (Oct 30, 2019):
You start your Browser as root? serious?
@rusty-snake commented on GitHub (Oct 30, 2019):
If you run
firejail echodo you the the 'Warning: an existing sandbox was detected. …' message?@KhalbahO commented on GitHub (Oct 30, 2019):
Oups I try lot of thing i forgot unroot
@KhalbahO commented on GitHub (Oct 30, 2019):
Reading profile /usr/share/defaults/firejail/default.profile
Reading profile /usr/share/defaults/firejail/disable-common.inc
Reading profile /usr/share/defaults/firejail/disable-passwdmgr.inc
Reading profile /usr/share/defaults/firejail/disable-programs.inc
** Note: you can use --noprofile to disable default.profile **
Parent pid 7301, child pid 7302
Child process initialized in 39.53 ms
Parent is shutting down, bye...
@KhalbahO commented on GitHub (Oct 30, 2019):
Yeah, I can't understand why it detect that : "an existing sandbox..."
I try kill process / open config file with notepad ... for find an anwser
@KhalbahO commented on GitHub (Oct 30, 2019):
With opera no problem... It works well...
@KhalbahO commented on GitHub (Oct 30, 2019):
I said that because it same engine lol !
@KhalbahO commented on GitHub (Oct 30, 2019):
@rusty-snake commented on GitHub (Oct 30, 2019):
Which cmd? Does
firejail --noprofile vivaldiworks at all?@KhalbahO commented on GitHub (Oct 30, 2019):
@KhalbahO commented on GitHub (Oct 30, 2019):
I think really at a corruption lol
@rusty-snake commented on GitHub (Oct 30, 2019):
But there is
vivaldicommand? (When trying without firejail).firejail --noprofile vivaldi-stable@KhalbahO commented on GitHub (Oct 30, 2019):
Wow... ! OK ... no boot with vivaldi cmd
@KhalbahO commented on GitHub (Oct 31, 2019):
What the ... ! Now this cmd "firejail --noprofile vivaldi-stable" works ...why I tryed that one thousand times lol ! What does't it mean "noprofile" It's mode no safe ?
@rusty-snake commented on GitHub (Oct 31, 2019):
It disabled the usage of profiles. Now we know that it can be fixed by tweaking vivaldi.profile or more likely chromium-common.profile
@KhalbahO commented on GitHub (Oct 31, 2019):
This is due to the update of vivaldi? The profile no longer supports the changes they added ?
@KhalbahO commented on GitHub (Oct 31, 2019):
@rusty-snake commented on GitHub (Oct 31, 2019):
Works
firejail --ignore=apparmor --ignore=netfilter --ignore=nogroups --ignore="shell none" --ignore=disable-mnt --ignore=private-dev --profile=vivaldi vivaldi-stable? If so, try removing allignores that are not necessary to start vivaldi.@KhalbahO commented on GitHub (Oct 31, 2019):
That works ! With this command Vivaldi is still execute in sandbox or ... ? I feel that lot of firejail features are ignored ?
@rusty-snake commented on GitHub (Oct 31, 2019):