[GH-ISSUE #118] Chromium profile broken under current git #78

Closed
opened 2026-05-05 04:59:29 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @pyamsoft on GitHub (Nov 4, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/118

Chromium fails to launch because it depends on the usage of perl, which is blacklisted in the chromium script due to the incluson of the the disable-devel.inc file, which blacklists perl.

Most recent commit at time of filing: cc29de3777

Originally created by @pyamsoft on GitHub (Nov 4, 2015). Original GitHub issue: https://github.com/netblue30/firejail/issues/118 Chromium fails to launch because it depends on the usage of perl, which is blacklisted in the chromium script due to the incluson of the the disable-devel.inc file, which blacklists perl. Most recent commit at time of filing: cc29de3777a4e44cf09b10e5efcc7572400c8e09
Author
Owner

@pyamsoft commented on GitHub (Nov 4, 2015):

This is infact caused from ArchLinux's configuration of chromium. The repository package comes with a perl script that is used to launch the browser, and the blacklisting of perl is causing said script to fail.

The issue can be remedied by creating a custom chromium profile which overrides the existing one, and adding a line to noblacklist /usr/bin/perl

This will be closed as it is not a bug in firejail.

<!-- gh-comment-id:153828392 --> @pyamsoft commented on GitHub (Nov 4, 2015): This is infact caused from ArchLinux's configuration of chromium. The repository package comes with a perl script that is used to launch the browser, and the blacklisting of perl is causing said script to fail. The issue can be remedied by creating a custom chromium profile which overrides the existing one, and adding a line to noblacklist /usr/bin/perl This will be closed as it is not a bug in firejail.
Author
Owner

@netblue30 commented on GitHub (Nov 4, 2015):

Fixed in Firejail - disable-devel.inc is commented out.

<!-- gh-comment-id:153838687 --> @netblue30 commented on GitHub (Nov 4, 2015): Fixed in Firejail - disable-devel.inc is commented out.
Author
Owner

@pyamsoft commented on GitHub (Nov 4, 2015):

Wouldn't it be better to instead add the following at the top of the chromium.profile:

# Do not blacklist perl, needed for launcher script
noblacklist /usr/bin/perl
noblacklist /usr/share/perl*
noblacklist /usr/lib/perl*

This way users will still benefit from the blacklisting of other devel items, but still be able to utilze the perl script when needed.

<!-- gh-comment-id:153841913 --> @pyamsoft commented on GitHub (Nov 4, 2015): Wouldn't it be better to instead add the following at the top of the chromium.profile: ``` # Do not blacklist perl, needed for launcher script noblacklist /usr/bin/perl noblacklist /usr/share/perl* noblacklist /usr/lib/perl* ``` This way users will still benefit from the blacklisting of other devel items, but still be able to utilze the perl script when needed.
Author
Owner

@netblue30 commented on GitHub (Nov 4, 2015):

I'll keep that in mind, thanks. There will be some more modifications going in there.

<!-- gh-comment-id:153842723 --> @netblue30 commented on GitHub (Nov 4, 2015): I'll keep that in mind, thanks. There will be some more modifications going in there.
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#78
No description provided.