[PR #4207] [CLOSED] [WIP] refactor vivaldi profiles #5063

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4207
Author: @ghost
Created: 4/22/2021
Status: Closed

Base: masterHead: vivaldi


📝 Commits (4)

📊 Changes

3 files changed (+19 additions, -8 deletions)

View changed files

📝 etc/profile-m-z/vivaldi-snapshot.profile (+12 -0)
📝 etc/profile-m-z/vivaldi-stable.profile (+4 -0)
📝 etc/profile-m-z/vivaldi.profile (+3 -8)

📄 Description

Minor changes to avoid creating unneeded directories and files depending on the specific vivaldi setup.

IMO we can harden the vivaldi profiles a bit more:

  • keep apparmor intact and add an opt-in rule to /etc/apparmor.d/local/firejail-default (cfr. brave and torbrowser-launcher);
  • put some of the DRM-related options (see snippet below) behind a ?BROWSER_ALLOW_DRM: conditional (like we do in other web browser profiles).

I've only recently started to experiment with Vivaldi, so I might overlook something. Any opinions/suggestions on this are very welcome.

# Allow HTML5 Proprietary Media & DRM/EME (Widevine)
ignore apparmor
ignore noexec /var
noblacklist /var/opt
whitelist /var/opt/vivaldi
writable-var

🔄 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/4207 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/22/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `vivaldi` --- ### 📝 Commits (4) - [`ac36925`](https://github.com/netblue30/firejail/commit/ac36925ced659164bf5518dd7e3e5ec7a2bdf67c) reshuffle vivaldi profiles - [`652ee64`](https://github.com/netblue30/firejail/commit/652ee64d873c4f25668bc46ed1c1100c7dafdd89) reshuffle vivaldi profiles - [`eba927f`](https://github.com/netblue30/firejail/commit/eba927f531a1ba208b58f243c24b80927afcca07) fix private-bin comment - [`831e3bd`](https://github.com/netblue30/firejail/commit/831e3bd53a94225c584c40ba4ce6f9a53df713b1) reshuffle vivaldi profiles ### 📊 Changes **3 files changed** (+19 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-m-z/vivaldi-snapshot.profile` (+12 -0) 📝 `etc/profile-m-z/vivaldi-stable.profile` (+4 -0) 📝 `etc/profile-m-z/vivaldi.profile` (+3 -8) </details> ### 📄 Description Minor changes to avoid creating unneeded directories and files depending on the specific vivaldi setup. IMO we can harden the vivaldi profiles a bit more: - keep apparmor intact and add an opt-in rule to /etc/apparmor.d/local/firejail-default (cfr. brave and torbrowser-launcher); - put some of the DRM-related options (see snippet below) behind a `?BROWSER_ALLOW_DRM:` conditional (like we do in other web browser profiles). I've only recently started to experiment with Vivaldi, so I might overlook something. Any opinions/suggestions on this are very welcome. ``` # Allow HTML5 Proprietary Media & DRM/EME (Widevine) ignore apparmor ignore noexec /var noblacklist /var/opt whitelist /var/opt/vivaldi writable-var ``` --- <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:31:38 -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#5063
No description provided.