[GH-ISSUE #5201] ci: Error: chroot feature is disabled in Firejail configuration file #2915

Closed
opened 2026-05-05 09:34:41 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @kmk3 on GitHub (Jun 14, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5201

From https://github.com/netblue30/firejail/runs/6873613906?check_suite_focus=true:

TESTING: invalid filename (test/fs/invalid_filename.exp)
spawn /bin/bash
firejail --noprofile --blacklist="bla&&bla"
runner@fv-az133-14:~/work/firejail/firejail/test/fs$ 
<est/fs$ firejail --noprofile --blacklist="bla&&bla" 
Error: "bla&&bla" is an invalid filename: rejected character: "&"
runner@fv-az133-14:~/work/firejail/firejail/test/fs$ 
<l/test/fs$ firejail --noprofile --chroot="bla&&bla" 
Error: chroot feature is disabled in Firejail configuration file
runner@fv-az133-14:~/work/firejail/firejail/test/fs$ TESTING ERROR 3.3

Error: chroot feature is disabled in Firejail configuration file

Likely caused by commit 67dd0299f ("disable chroot by default in
/etc/firejail/firejail.config", 2022-06-13).

Relates to #5190.

Cc: @netblue30 @reinerh

Originally created by @kmk3 on GitHub (Jun 14, 2022). Original GitHub issue: https://github.com/netblue30/firejail/issues/5201 From <https://github.com/netblue30/firejail/runs/6873613906?check_suite_focus=true>: ``` TESTING: invalid filename (test/fs/invalid_filename.exp) spawn /bin/bash firejail --noprofile --blacklist="bla&&bla" runner@fv-az133-14:~/work/firejail/firejail/test/fs$ <est/fs$ firejail --noprofile --blacklist="bla&&bla"  Error: "bla&&bla" is an invalid filename: rejected character: "&" runner@fv-az133-14:~/work/firejail/firejail/test/fs$ <l/test/fs$ firejail --noprofile --chroot="bla&&bla"  Error: chroot feature is disabled in Firejail configuration file runner@fv-az133-14:~/work/firejail/firejail/test/fs$ TESTING ERROR 3.3 ``` > Error: chroot feature is disabled in Firejail configuration file Likely caused by commit 67dd0299f ("disable chroot by default in /etc/firejail/firejail.config", 2022-06-13). Relates to #5190. Cc: @netblue30 @reinerh
Author
Owner

@kmk3 commented on GitHub (Jun 16, 2022):

Fixed by commit bc48ad064 ("fix CI", 2022-06-15).

<!-- gh-comment-id:1157136640 --> @kmk3 commented on GitHub (Jun 16, 2022): Fixed by commit bc48ad064 ("fix CI", 2022-06-15).
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#2915
No description provided.