[PR #6996] [MERGED] new profile: srb2 #6262

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6996
Author: @HybridDog
Created: 12/19/2025
Status: Merged
Merged: 1/12/2026
Merged by: @netblue30

Base: masterHead: srb2_profile


📝 Commits (3)

  • dfed639 Add a profile for srb2
  • f371436 fix mistake in private-etc and add whitelist includes
  • 6416bdb remove the whitelist-run-common.inc as it reduces FPS significantly

📊 Changes

2 files changed (+58 additions, -0 deletions)

View changed files

etc/profile-m-z/srb2.profile (+57 -0)
📝 src/firecfg/firecfg.config (+1 -0)

📄 Description

Sonic Robo Blast 2 is implemented in C, occasionally crashes with memory access errors and has a multiplayer mode with insecure network traffic, so I think it's a good candidate for sandboxing.

This is my first time offering a new profile and there are some things which I don't understand yet:

  • I've omitted whitelists such as include whitelist-common.inc, which are mentioned in the template. Is this a bad choice and if so, which whitelists should we add?
  • Do we need to add the landlock commands?
  • Do we need to add noexec ${HOME}/.srb2 and/or read-write ${HOME}/.srb2 to make nothing in ~/.srb2 executable?
  • Do we need a blacklist PATH or is the current working directory automatically blacklisted?
  • Do we need private-etc @tls-ca,@games,@x11 if private-etc @tls-ca also works?
  • What does "Disable input devices." with noinput mean? Are the mouse and keyboard "input devices" and if so, why do they work despite noinput?

🔄 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/6996 **Author:** [@HybridDog](https://github.com/HybridDog) **Created:** 12/19/2025 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `srb2_profile` --- ### 📝 Commits (3) - [`dfed639`](https://github.com/netblue30/firejail/commit/dfed63948512e80082a5ea7e900afbda65ddee5c) Add a profile for srb2 - [`f371436`](https://github.com/netblue30/firejail/commit/f37143605361124b3a5611792b2fb9850deb2a29) fix mistake in private-etc and add whitelist includes - [`6416bdb`](https://github.com/netblue30/firejail/commit/6416bdbe4c9e47078fffc9e7a3283a1c4cb0c5d4) remove the whitelist-run-common.inc as it reduces FPS significantly ### 📊 Changes **2 files changed** (+58 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `etc/profile-m-z/srb2.profile` (+57 -0) 📝 `src/firecfg/firecfg.config` (+1 -0) </details> ### 📄 Description Sonic Robo Blast 2 is implemented in C, occasionally crashes with memory access errors and has a multiplayer mode with insecure network traffic, so I think it's a good candidate for sandboxing. This is my first time offering a new profile and there are some things which I don't understand yet: * I've omitted whitelists such as `include whitelist-common.inc`, which are mentioned in the template. Is this a bad choice and if so, which whitelists should we add? * Do we need to add the landlock commands? * Do we need to add `noexec ${HOME}/.srb2` and/or `read-write ${HOME}/.srb2` to make nothing in ~/.srb2 executable? * ~Do we need a `blacklist PATH` or is the current working directory automatically blacklisted?~ * Do we need `private-etc @tls-ca,@games,@x11` if `private-etc @tls-ca` also works? * What does "Disable input devices." with `noinput` mean? Are the mouse and keyboard "input devices" and if so, why do they work despite `noinput`? --- <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:53:45 -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#6262
No description provided.