[GH-ISSUE #1516] Can't start yandex-browser with firejail #1012

Closed
opened 2026-05-05 07:18:27 -06:00 by gitea-mirror · 2 comments
Owner

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

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
Author
Owner

@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.

mkdir -p .config/firejail
cd .config/firejail
cp /etc/firejail/chromium.profile yandex-browser.profile
nano yandex-browser.profile #update paths
firejail yandex-browser #should work
<!-- gh-comment-id:326719073 --> @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. ``` mkdir -p .config/firejail cd .config/firejail cp /etc/firejail/chromium.profile yandex-browser.profile nano yandex-browser.profile #update paths firejail yandex-browser #should work ```
Author
Owner

@larkvirtual commented on GitHub (Sep 2, 2017):

Thanks a lot!
Now it works.

<!-- gh-comment-id:326720240 --> @larkvirtual commented on GitHub (Sep 2, 2017): Thanks a lot! Now it works.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1012
No description provided.