mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1516] Can't start yandex-browser with firejail #1012
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#1012
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 @larkvirtual on GitHub (Sep 2, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1516
yandex-browser is a browser based on chromium with additional functions. Located at https://browser.yandex.ru/
bash-4.4$ firejail yandex-browser
Reading profile /etc/firejail/default.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
** Note: you can use --noprofile to disable default.profile **
Parent pid 11332, child pid 11333
Child process initialized
Found ffmpeg: /usr/lib/chromium-browser/libffmpeg.so
avcodec: 3756644
avformat: 3752551
avutil: 3616613
Ffmpeg version is OK! Let's use it.
[1:1:0902/092123.862079:ERROR:nacl_fork_delegate_linux.cc(316)] Bad NaCl helper startup ack (0 bytes)
Failed to generate minidump.
Parent is shutting down, bye...
bash-4.4$ firejail --version
firejail version 0.9.44.8
Compile time support:
- AppArmor support is enabled
- 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
@SkewedZeppelin commented on GitHub (Sep 2, 2017):
Yandex Browser is Chromium based, so you should be able to just take chromium.profile, rename it to yandex-browser.profile and then update the paths.
@larkvirtual commented on GitHub (Sep 2, 2017):
Thanks a lot!
Now it works.