[PR #1865] [CLOSED] Potential fixes for Firefox 60 #4100

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/1865
Author: @Fred-Barclay
Created: 4/6/2018
Status: Closed

Base: masterHead: firefos_60


📝 Commits (5)

  • c7c0e77 Change seccomp and disable shell none -- potential fix for #1765
  • d183385 Reset basilisk and palemoon profiles to individual profiles after firefox profile changes in c7c0e778c1
  • 52af22a Adjust for firefox >= 60 compat
  • 92384fa Fixup bad copy-paste in d18338599e
  • f95a701 Tighten palemoon & basilisk, remove unused whitelists

📊 Changes

4 files changed (+63 additions, -14 deletions)

View changed files

📝 etc/basilisk.profile (+29 -6)
📝 etc/firefox-common.profile (+3 -2)
📝 etc/firejail-default (+1 -0)
📝 etc/palemoon.profile (+30 -6)

📄 Description

See #1765 and #1847 for reference.
This comments out shell none and replaces seccomp with seccomp.drop. Palemoon and Basilisk get their own profiles again.

I think we may need to give firefox-esr its own profile temporarily, until it's fully based on Firefox 60 sometime between May and August (60 ESR comes out on 9th of May, but 52 ESR will stick around until 21st of August I believe).


🔄 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/1865 **Author:** [@Fred-Barclay](https://github.com/Fred-Barclay) **Created:** 4/6/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `firefos_60` --- ### 📝 Commits (5) - [`c7c0e77`](https://github.com/netblue30/firejail/commit/c7c0e778c14d805bca1118609c70bf2cec3c3c88) Change seccomp and disable shell none -- potential fix for #1765 - [`d183385`](https://github.com/netblue30/firejail/commit/d18338599e8739a0ee985c1077ba9a501e9d21d0) Reset basilisk and palemoon profiles to individual profiles after firefox profile changes in c7c0e778c14d805bca1118609c70bf2cec3c3c88 - [`52af22a`](https://github.com/netblue30/firejail/commit/52af22a52c9fb439c6ca269e0d6d198befe18db7) Adjust for firefox >= 60 compat - [`92384fa`](https://github.com/netblue30/firejail/commit/92384faf115c2c6f448483fd60d6b5f2838ec27b) Fixup bad copy-paste in d18338599e8739a0ee985c1077ba9a501e9d21d0 - [`f95a701`](https://github.com/netblue30/firejail/commit/f95a701b02f71c8df22c8fecf171688149e090c3) Tighten palemoon & basilisk, remove unused whitelists ### 📊 Changes **4 files changed** (+63 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `etc/basilisk.profile` (+29 -6) 📝 `etc/firefox-common.profile` (+3 -2) 📝 `etc/firejail-default` (+1 -0) 📝 `etc/palemoon.profile` (+30 -6) </details> ### 📄 Description See #1765 and #1847 for reference. This comments out `shell none` and replaces `seccomp` with `seccomp.drop`. Palemoon and Basilisk get their own profiles again. I think we may need to give firefox-esr its own profile temporarily, until it's fully based on Firefox 60 sometime between May and August (60 ESR comes out on 9th of May, but 52 ESR will stick around until 21st of August I believe). --- <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:13:46 -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#4100
No description provided.