[GH-ISSUE #2258] google-chrome: program does not start #1511

Closed
opened 2026-05-05 08:10:30 -06:00 by gitea-mirror · 6 comments
Owner

Originally created by @mlunax on GitHub (Nov 12, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2258

Log:

$ firejail google-chrome
Reading profile /usr/local/etc/firejail/google-chrome.profile
Reading profile /usr/local/etc/firejail/chromium-common.profile
Reading profile /usr/local/etc/firejail/disable-common.inc
Reading profile /usr/local/etc/firejail/disable-devel.inc
Reading profile /usr/local/etc/firejail/disable-interpreters.inc
Reading profile /usr/local/etc/firejail/disable-programs.inc
Reading profile /usr/local/etc/firejail/whitelist-common.inc
Reading profile /usr/local/etc/firejail/whitelist-var-common.inc
Parent pid 19278, child pid 19282
Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set.
Child process initialized in 93.71 ms
/usr/bin/google-chrome: line 45: /dev/fd/62: No such file or directory
/usr/bin/google-chrome: line 46: /dev/fd/62: No such file or directory
^C
Parent received signal 2, shutting down the child process...

Parent is shutting down, bye...
Originally created by @mlunax on GitHub (Nov 12, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/2258 Log: ``` $ firejail google-chrome Reading profile /usr/local/etc/firejail/google-chrome.profile Reading profile /usr/local/etc/firejail/chromium-common.profile Reading profile /usr/local/etc/firejail/disable-common.inc Reading profile /usr/local/etc/firejail/disable-devel.inc Reading profile /usr/local/etc/firejail/disable-interpreters.inc Reading profile /usr/local/etc/firejail/disable-programs.inc Reading profile /usr/local/etc/firejail/whitelist-common.inc Reading profile /usr/local/etc/firejail/whitelist-var-common.inc Parent pid 19278, child pid 19282 Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set. Child process initialized in 93.71 ms /usr/bin/google-chrome: line 45: /dev/fd/62: No such file or directory /usr/bin/google-chrome: line 46: /dev/fd/62: No such file or directory ^C Parent received signal 2, shutting down the child process... Parent is shutting down, bye... ```
gitea-mirror 2026-05-05 08:10:30 -06:00
  • closed this issue
  • added the
    bug
    stale
    labels
Author
Owner

@SkewedZeppelin commented on GitHub (Nov 12, 2018):

What version of firejail is this? Distro?

This also seems to be an exact duplicate of #1885

<!-- gh-comment-id:437935422 --> @SkewedZeppelin commented on GitHub (Nov 12, 2018): What version of firejail is this? Distro? This also seems to be an exact duplicate of #1885
Author
Owner

@mlunax commented on GitHub (Nov 12, 2018):

0.9.57, Debian sid.

<!-- gh-comment-id:437964436 --> @mlunax commented on GitHub (Nov 12, 2018): 0.9.57, Debian sid.
Author
Owner

@netblue30 commented on GitHub (Nov 14, 2018):

OK, so far we have iptables and Google Chrome for sid. Probably there will be more coming. We'll bring in some fixes by the end of the year.

<!-- gh-comment-id:438729860 --> @netblue30 commented on GitHub (Nov 14, 2018): OK, so far we have iptables and Google Chrome for sid. Probably there will be more coming. We'll bring in some fixes by the end of the year.
Author
Owner

@mlunax commented on GitHub (Nov 14, 2018):

Thank you very much. And for firejail and sanboxing I am jumping to the Parrot. ;)

<!-- gh-comment-id:438839783 --> @mlunax commented on GitHub (Nov 14, 2018): Thank you very much. And for firejail and sanboxing I am jumping to the Parrot. ;)
Author
Owner

@msva commented on GitHub (Nov 18, 2018):

@mlunax as a temp. workaround, place that in ~/.config/firejail/google-chrome.profile:

name chrome

ignore nodbus
ignore env
ignore private-dev

include /etc/firejail/google-chrome.profile
include /etc/firejail/firefox-common-addons.inc

mkdir ~/.cache/google-chrome

whitelist ~/.pulse-cookie
whitelist ~/.asoundrc

whitelist ~/.password-store

protocol unix,inet,inet6,netlink
<!-- gh-comment-id:439724079 --> @msva commented on GitHub (Nov 18, 2018): @mlunax as a temp. workaround, place that in `~/.config/firejail/google-chrome.profile`: ``` name chrome ignore nodbus ignore env ignore private-dev include /etc/firejail/google-chrome.profile include /etc/firejail/firefox-common-addons.inc mkdir ~/.cache/google-chrome whitelist ~/.pulse-cookie whitelist ~/.asoundrc whitelist ~/.password-store protocol unix,inet,inet6,netlink ```
Author
Owner

@rusty-snake commented on GitHub (Sep 5, 2019):

I'm closing here due to inactivity, please fell free to reopen if you still have this issue.

<!-- gh-comment-id:528277183 --> @rusty-snake commented on GitHub (Sep 5, 2019): I'm closing here due to inactivity, please fell free to reopen if you still have this issue.
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#1511
No description provided.