[GH-ISSUE #1325] Bug in disable-programs.inc #904

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

Originally created by @NH3- on GitHub (Jun 1, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1325

In the file https://github.com/netblue30/firejail/blob/master/etc/disable-programs.inc it is specified that the following programs should be disable :

blacklist ${HOME}./config/gpicview
blacklist ${HOME}./local/share/dino

But the syntax is incorrect, indeed, the correct syntax should be :

blacklist ${HOME}/.config/gpicview
blacklist ${HOME}/.local/share/dino

the dot should be after the slash.

Originally created by @NH3- on GitHub (Jun 1, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1325 In the file https://github.com/netblue30/firejail/blob/master/etc/disable-programs.inc it is specified that the following programs should be disable : `blacklist ${HOME}./config/gpicview` `blacklist ${HOME}./local/share/dino` But the syntax is **incorrect**, indeed, the correct syntax should be : `blacklist ${HOME}/.config/gpicview` `blacklist ${HOME}/.local/share/dino` the dot should be after the slash.
Author
Owner

@Fred-Barclay commented on GitHub (Jun 1, 2017):

Thanks, you're right. 👍
It's been fixed now.

<!-- gh-comment-id:305553015 --> @Fred-Barclay commented on GitHub (Jun 1, 2017): Thanks, you're right. 👍 It's been fixed now.
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#904
No description provided.