[PR #539] [CLOSED] Various #3661

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/539
Author: @Fred-Barclay
Created: 5/25/2016
Status: Closed

Base: masterHead: brave


📝 Commits (5)

📊 Changes

12 files changed (+31 additions, -5 deletions)

View changed files

📝 Makefile.in (+1 -0)
📝 README (+2 -0)
📝 README.md (+2 -4)
📝 RELNOTES (+1 -0)
📝 etc/atril.profile (+1 -0)
etc/brave.profile (+18 -0)
📝 etc/disable-programs.inc (+1 -0)
📝 etc/xreader.profile (+1 -0)
📝 platform/debian/conffiles (+1 -0)
📝 src/firecfg/firecfg.config (+1 -0)
📝 src/firejail/seccomp.c (+1 -0)
📝 src/man/firejail.txt (+1 -1)

📄 Description

This adds a profile for the Brave browser, and I added "nosound" to the atril and xreader profiles (since pdf's shouldn't really be making noise 😸 )

I also blacklisted "shutdown" in seccomp for amd64 machines--apparently it's not a syscall for 32-bit kernels??? "Reboot" is already blacklisted and I figured that shutdown should be too. ;)

Cheers!
Fred


🔄 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/539 **Author:** [@Fred-Barclay](https://github.com/Fred-Barclay) **Created:** 5/25/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `brave` --- ### 📝 Commits (5) - [`51cf154`](https://github.com/netblue30/firejail/commit/51cf1544128a69183f918661244e9104bae8cc16) extra Brave files - [`0a502c1`](https://github.com/netblue30/firejail/commit/0a502c19891d0ade26f6a7229f0d9c966d40cbf8) added Brave profile - [`c59274d`](https://github.com/netblue30/firejail/commit/c59274d82fa8e16ad6842a15d9a1280660c481da) nosound xreader and atril - [`d93ab51`](https://github.com/netblue30/firejail/commit/d93ab515ef86319ea84080cee94a9e95381ece84) added shutdown to seccomp filter - [`583f8ea`](https://github.com/netblue30/firejail/commit/583f8ea9edd027268248659141c3312a1b399107) 51 syscalls in README.md ### 📊 Changes **12 files changed** (+31 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.in` (+1 -0) 📝 `README` (+2 -0) 📝 `README.md` (+2 -4) 📝 `RELNOTES` (+1 -0) 📝 `etc/atril.profile` (+1 -0) ➕ `etc/brave.profile` (+18 -0) 📝 `etc/disable-programs.inc` (+1 -0) 📝 `etc/xreader.profile` (+1 -0) 📝 `platform/debian/conffiles` (+1 -0) 📝 `src/firecfg/firecfg.config` (+1 -0) 📝 `src/firejail/seccomp.c` (+1 -0) 📝 `src/man/firejail.txt` (+1 -1) </details> ### 📄 Description This adds a profile for the Brave browser, and I added "nosound" to the atril and xreader profiles (since pdf's shouldn't really be making noise :smile_cat: ) I also blacklisted "shutdown" in seccomp for amd64 machines--apparently it's not a syscall for 32-bit kernels??? "Reboot" is already blacklisted and I figured that shutdown should be too. ;) Cheers! Fred --- <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:05:32 -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#3661
No description provided.