[PR #3459] [MERGED] Add strawberry profile #4769

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3459
Author: @aminvakil
Created: 6/8/2020
Status: Merged
Merged: 6/11/2020
Merged by: @rusty-snake

Base: masterHead: master


📝 Commits (10+)

  • b302d0f Add strawberry profile
  • f73f4c6 Fix comment
  • 53501b9 Add to disable-programs.inc & firecfg.config
  • 0df862a Add /home/amin/.local/share/strawberry to profile and disable-programs
  • baeed81 Various hardening for strawberry profile
  • 6846d47 Change nodbus to dbus-system none in strawberry profile
  • 7672c81 Add dbus-user none to strawberry profile
  • 511f68c Add whitelist-var-common, sort private-etc
  • fd13b8f Sort, Add wruc, Add netlink to protocol in strawberry profile
  • 5657221 Remove dbus-user none to allow using gnome functions for various usage in strawberry profile

📊 Changes

3 files changed (+53 additions, -0 deletions)

View changed files

📝 etc/inc/disable-programs.inc (+3 -0)
etc/profile-m-z/strawberry.profile (+49 -0)
📝 src/firecfg/firecfg.config (+1 -0)

📄 Description

Strawberry is a music player and music collection organizer. It is a fork of Clementine released in 2018 aimed at music collectors and audiophiles. It's written in C++ using the Qt 5 framework.

Website: https://www.strawberrymusicplayer.org/
Github: https://github.com/strawberrymusicplayer/strawberry

I just copied clementine profile, changed all clementine(s) to strawberry, I checked and everything's fine.


🔄 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/3459 **Author:** [@aminvakil](https://github.com/aminvakil) **Created:** 6/8/2020 **Status:** ✅ Merged **Merged:** 6/11/2020 **Merged by:** [@rusty-snake](https://github.com/rusty-snake) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`b302d0f`](https://github.com/netblue30/firejail/commit/b302d0f8490c3d84669a935ddc81c538d51db39c) Add strawberry profile - [`f73f4c6`](https://github.com/netblue30/firejail/commit/f73f4c6bb910282a3e1a26615b624229a0d91ec9) Fix comment - [`53501b9`](https://github.com/netblue30/firejail/commit/53501b9169c63310cb63a63d47e3b13000a6bbca) Add to disable-programs.inc & firecfg.config - [`0df862a`](https://github.com/netblue30/firejail/commit/0df862a2d226b85d45aad06d15522494c4953490) Add /home/amin/.local/share/strawberry to profile and disable-programs - [`baeed81`](https://github.com/netblue30/firejail/commit/baeed81ac02d68a35cc94ca564e5f7e04c858e6a) Various hardening for strawberry profile - [`6846d47`](https://github.com/netblue30/firejail/commit/6846d47156f271f25694812ae2d140e6dc7eebc2) Change nodbus to dbus-system none in strawberry profile - [`7672c81`](https://github.com/netblue30/firejail/commit/7672c81e4e8e5e659f5026739f37774c443b598d) Add dbus-user none to strawberry profile - [`511f68c`](https://github.com/netblue30/firejail/commit/511f68c579ea1decfdc2fc2e67122b23697baa0e) Add whitelist-var-common, sort private-etc - [`fd13b8f`](https://github.com/netblue30/firejail/commit/fd13b8f4838c83de404e39c6de5e348502b1e7d4) Sort, Add wruc, Add netlink to protocol in strawberry profile - [`5657221`](https://github.com/netblue30/firejail/commit/565722170a9732ea4f7364682571dd450a31322f) Remove dbus-user none to allow using gnome functions for various usage in strawberry profile ### 📊 Changes **3 files changed** (+53 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/disable-programs.inc` (+3 -0) ➕ `etc/profile-m-z/strawberry.profile` (+49 -0) 📝 `src/firecfg/firecfg.config` (+1 -0) </details> ### 📄 Description > Strawberry is a music player and music collection organizer. It is a fork of Clementine released in 2018 aimed at music collectors and audiophiles. It's written in C++ using the Qt 5 framework. > > Website: https://www.strawberrymusicplayer.org/ > Github: https://github.com/strawberrymusicplayer/strawberry I just copied clementine profile, changed all clementine(s) to strawberry, I checked and everything's fine. --- <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:26:15 -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#4769
No description provided.