[PR #1904] [MERGED] avoid TESTING warning in firefox-common-addons.inc #4117

Closed
opened 2026-05-05 10:14:06 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/1904
Author: @ghost
Created: 4/22/2018
Status: Merged
Merged: 4/22/2018
Merged by: @reinerh

Base: masterHead: firefox


📝 Commits (1)

  • c18f3e0 avoid TESTING warning in firefox-common-addons.inc

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 etc/firefox-common-addons.inc (+2 -2)

📄 Description

$ firejail firefox
...
TESTING warning: noblacklist /home/glitsj16/.local/share/gnome-shell/extensions not matched by a proper blacklist command in disable*.inc
...

$ grep gnome-shell /etc/firejail/disable-common.inc
blacklist ${HOME}/.local/share/gnome-shell

$ grep gnome-shell /etc/firejail/firefox-common-addons.inc
noblacklist ${HOME}/.local/share/gnome-shell/extensions
whitelist ${HOME}/.local/share/gnome-shell/extensions

Dropping /extensions in firefox-common-addons.inc fixes things.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/1904 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/22/2018 **Status:** ✅ Merged **Merged:** 4/22/2018 **Merged by:** [@reinerh](https://github.com/reinerh) **Base:** `master` ← **Head:** `firefox` --- ### 📝 Commits (1) - [`c18f3e0`](https://github.com/netblue30/firejail/commit/c18f3e03682b7f9cffaa87885801a962179ea6f2) avoid TESTING warning in firefox-common-addons.inc ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `etc/firefox-common-addons.inc` (+2 -2) </details> ### 📄 Description ``` $ firejail firefox ... TESTING warning: noblacklist /home/glitsj16/.local/share/gnome-shell/extensions not matched by a proper blacklist command in disable*.inc ... $ grep gnome-shell /etc/firejail/disable-common.inc blacklist ${HOME}/.local/share/gnome-shell $ grep gnome-shell /etc/firejail/firefox-common-addons.inc noblacklist ${HOME}/.local/share/gnome-shell/extensions whitelist ${HOME}/.local/share/gnome-shell/extensions ``` Dropping `/extensions` in `firefox-common-addons.inc` fixes things. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:14:06 -06:00
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#4117
No description provided.