[PR #3115] [MERGED] Add barrier profile #4647

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3115
Author: @adrianlshaw
Created: 1/3/2020
Status: Merged
Merged: 1/4/2020
Merged by: @rusty-snake

Base: masterHead: barrier


📝 Commits (9)

  • 8e15483 Add barrier.profile
  • 07256d9 Add newline before special options
  • f1b8e40 Modify description
  • f8ad723 Add disable mount to barrier.profile
  • fb70667 Address feedback from rusty-snake
  • 01ea4cc Remove stray carriage return
  • 86e9e79 Add noexec for /home/user and /tmp
  • 43eb821 Don't blacklist openssl
  • 4d97824 Remove redundant rules

📊 Changes

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

View changed files

etc/barrier.profile (+45 -0)
📝 etc/disable-programs.inc (+2 -0)
📝 src/firecfg/firecfg.config (+1 -0)

📄 Description

Barrier is a keyboard and mouse sharing application that can be used across multiple networked computers. Here is a profile for it.

I tried to make a whitelist for it but it was taking a huge amount of time. So here it is as a blacklist. It needs dbus, netlink, and doesn't work with a private /etc or private binary.


🔄 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/3115 **Author:** [@adrianlshaw](https://github.com/adrianlshaw) **Created:** 1/3/2020 **Status:** ✅ Merged **Merged:** 1/4/2020 **Merged by:** [@rusty-snake](https://github.com/rusty-snake) **Base:** `master` ← **Head:** `barrier` --- ### 📝 Commits (9) - [`8e15483`](https://github.com/netblue30/firejail/commit/8e1548344415658b5594eb67104a61fe86d73388) Add barrier.profile - [`07256d9`](https://github.com/netblue30/firejail/commit/07256d99486888157196a1f7392a51f3ec5d8e3f) Add newline before special options - [`f1b8e40`](https://github.com/netblue30/firejail/commit/f1b8e40bf54ea97d4498b0a7440651dbb11c0b7d) Modify description - [`f8ad723`](https://github.com/netblue30/firejail/commit/f8ad72354909500e6c7b0e6f5023da8648ff4d62) Add disable mount to barrier.profile - [`fb70667`](https://github.com/netblue30/firejail/commit/fb706673d6e4522707183795aa285213876a5480) Address feedback from rusty-snake - [`01ea4cc`](https://github.com/netblue30/firejail/commit/01ea4cc98580fb53a4b8e71b480002f5e771410d) Remove stray carriage return - [`86e9e79`](https://github.com/netblue30/firejail/commit/86e9e79acda800ef5da29c6ef4530c8f6dc6dbfa) Add noexec for /home/user and /tmp - [`43eb821`](https://github.com/netblue30/firejail/commit/43eb821d0c2a2f113bb51bd0d918a7704daecdbc) Don't blacklist openssl - [`4d97824`](https://github.com/netblue30/firejail/commit/4d978241ba1039b3c6269c385f03c197f2be2686) Remove redundant rules ### 📊 Changes **3 files changed** (+48 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `etc/barrier.profile` (+45 -0) 📝 `etc/disable-programs.inc` (+2 -0) 📝 `src/firecfg/firecfg.config` (+1 -0) </details> ### 📄 Description Barrier is a keyboard and mouse sharing application that can be used across multiple networked computers. Here is a profile for it. I tried to make a whitelist for it but it was taking a huge amount of time. So here it is as a blacklist. It needs dbus, netlink, and doesn't work with a private /etc or private binary. --- <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:24:01 -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#4647
No description provided.