Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start yandex-browser with firejail #1516

Closed
larkvirtual opened this issue Sep 2, 2017 · 2 comments
Closed

Can't start yandex-browser with firejail #1516

larkvirtual opened this issue Sep 2, 2017 · 2 comments

Comments

@larkvirtual
Copy link
Contributor

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
Copy link
Collaborator

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

@larkvirtual
Copy link
Contributor Author

Thanks a lot!
Now it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants