[PR #5646] [MERGED] New profile: parsecd #5588

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5646
Author: @NetSysFire
Created: 2/7/2023
Status: Merged
Merged: 2/25/2023
Merged by: @netblue30

Base: masterHead: parsecd


📝 Commits (2)

  • 9fa9d08 New profile: parsecd
  • 6202f58 parsecd.profile: more white and blacklisting

📊 Changes

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

View changed files

📝 etc/inc/disable-programs.inc (+1 -0)
etc/profile-m-z/parsecd.profile (+57 -0)

📄 Description

Upstream website: https://parsec.app
It is partly open source, see https://github.com/chrisd1100/libmatoya

Directives that wont work:

  • private-dev - it needs that for the passthrough of input devices
  • noinput, novideo, noaudio, no3d - because it needs all that
  • netfilter - would need custom rules because it connects to STUN stuff
  • private-cache - because it does not need any cache and having just ~/.parsec is enough
  • the no-exec include - it has executable .so stuff in ~/.parsec for whatever reason and not just in /usr/share/parsec

Did not try seccomp because I am not in the mood to debug segfaults due to missing syscalls, but it otherwise works perfectly with the given profile. The profile is probably missing comments, too.


🔄 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/5646 **Author:** [@NetSysFire](https://github.com/NetSysFire) **Created:** 2/7/2023 **Status:** ✅ Merged **Merged:** 2/25/2023 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `parsecd` --- ### 📝 Commits (2) - [`9fa9d08`](https://github.com/netblue30/firejail/commit/9fa9d088874427ebcf8e45e9334102bd337475be) New profile: parsecd - [`6202f58`](https://github.com/netblue30/firejail/commit/6202f58ad0b67fcad5db46a070cf40581bc828e4) parsecd.profile: more white and blacklisting ### 📊 Changes **2 files changed** (+58 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/disable-programs.inc` (+1 -0) ➕ `etc/profile-m-z/parsecd.profile` (+57 -0) </details> ### 📄 Description Upstream website: https://parsec.app It is partly open source, see https://github.com/chrisd1100/libmatoya Directives that wont work: - private-dev - it needs that for the passthrough of input devices - noinput, novideo, noaudio, no3d - because it needs all that - netfilter - would need custom rules because it connects to STUN stuff - private-cache - because it does not need any cache and having just ~/.parsec is enough - the no-exec include - it has executable .so stuff in ~/.parsec for whatever reason and not just in /usr/share/parsec Did not try seccomp because I am not in the mood to debug segfaults due to missing syscalls, but it otherwise works perfectly with the given profile. The profile is probably missing comments, too. --- <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:41:13 -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#5588
No description provided.