[GH-ISSUE #1291] qupzilla.profile includes files which do not exist #878

Closed
opened 2026-05-05 07:01:57 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @Kishore96in on GitHub (May 21, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1291

The following two lines in the included qupzilla.profile try to include files which do not exist.

include /etc/firejail/disable-mgmt.inc
include /etc/firejail/disable-secret.inc

List of existing files beginning with 'disable'

kishore  ~  ls /etc/firejail | grep disable
disable-common.inc
disable-devel.inc
disable-passwdmgr.inc
disable-programs.inc

This causes the command firejail qupzilla to fail with the following output

kishore  ~  firejail qupzilla
Reading profile /etc/firejail/qupzilla.profile
Error: cannot access profile file
kishore  ~  

Commenting out the offending lines allows firejail qupzilla to launch normally.
Output of firejail --version:

firejail version 0.9.46

Compile time support:
        - AppArmor support is disabled
        - AppImage support is enabled
        - bind support is enabled
        - chroot support is enabled
        - file and directory whitelisting support is enabled
        - file transfer support is enabled
        - git install support is disabled
        - 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

The distro in question is Arch Linux.

Originally created by @Kishore96in on GitHub (May 21, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1291 The following two lines in the included qupzilla.profile try to include files which do not exist. ``` include /etc/firejail/disable-mgmt.inc include /etc/firejail/disable-secret.inc ``` List of existing files beginning with 'disable' ``` kishore  ~  ls /etc/firejail | grep disable disable-common.inc disable-devel.inc disable-passwdmgr.inc disable-programs.inc ``` This causes the command `firejail qupzilla` to fail with the following output ``` kishore  ~  firejail qupzilla Reading profile /etc/firejail/qupzilla.profile Error: cannot access profile file kishore  ~   ``` Commenting out the offending lines allows `firejail qupzilla` to launch normally. Output of `firejail --version`: ``` firejail version 0.9.46 Compile time support: - AppArmor support is disabled - AppImage support is enabled - bind support is enabled - chroot support is enabled - file and directory whitelisting support is enabled - file transfer support is enabled - git install support is disabled - 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 ``` The distro in question is Arch Linux.
Author
Owner

@Fred-Barclay commented on GitHub (May 21, 2017):

Hi, you're right. Those files were removed some time ago.
I've updated the profile.

Thanks!

<!-- gh-comment-id:302938734 --> @Fred-Barclay commented on GitHub (May 21, 2017): Hi, you're right. Those files were removed some time ago. I've updated the profile. Thanks!
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#878
No description provided.