[PR #4365] [MERGED] Fix sndio support #5131

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4365
Author: @nullenvk
Created: 6/19/2021
Status: Merged
Merged: 7/1/2021
Merged by: @netblue30

Base: masterHead: sndio-fix


📝 Commits (5)

  • 70640cf Add sndio support
  • 3973537 Remove a /tmp/ whitelist, move sndio whitelist to common in whitelist-common
  • e6f573b Update etc/inc/whitelist-common.inc
  • 64d1ef4 Whitelist /tmp/sndio in private-tmp
  • e0ed633 Convert spaces to tabs in firejail/fs.c

📊 Changes

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

View changed files

📝 etc/inc/whitelist-common.inc (+1 -0)
📝 src/firejail/fs.c (+3 -0)

📄 Description

This patch allows sandboxed programs to access a sndiod server and play audio on systems where sndio handles audio.


🔄 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/4365 **Author:** [@nullenvk](https://github.com/nullenvk) **Created:** 6/19/2021 **Status:** ✅ Merged **Merged:** 7/1/2021 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `sndio-fix` --- ### 📝 Commits (5) - [`70640cf`](https://github.com/netblue30/firejail/commit/70640cfda20055b4b5544c747e64a0fa0cdef256) Add sndio support - [`3973537`](https://github.com/netblue30/firejail/commit/3973537c3c1d4e255f55d698940b713e1a3a1a4a) Remove a /tmp/ whitelist, move sndio whitelist to common in whitelist-common - [`e6f573b`](https://github.com/netblue30/firejail/commit/e6f573b39f5376aa445bdd9ed25236854fce6a4a) Update etc/inc/whitelist-common.inc - [`64d1ef4`](https://github.com/netblue30/firejail/commit/64d1ef47553415f7a5ef98667c0914ef0c0279a8) Whitelist /tmp/sndio in private-tmp - [`e0ed633`](https://github.com/netblue30/firejail/commit/e0ed6339f8f0098754e1475b93ac9cd8b362956f) Convert spaces to tabs in firejail/fs.c ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/whitelist-common.inc` (+1 -0) 📝 `src/firejail/fs.c` (+3 -0) </details> ### 📄 Description This patch allows sandboxed programs to access a sndiod server and play audio on systems where sndio handles audio. --- <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:32:49 -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#5131
No description provided.