[PR #4521] [MERGED] Create disable-proc.inc #5178

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4521
Author: @rusty-snake
Created: 9/9/2021
Status: Merged
Merged: 10/20/2021
Merged by: @smitsohu

Base: masterHead: disable-proc.inc


📝 Commits (3)

📊 Changes

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

View changed files

etc/inc/disable-proc.inc (+82 -0)
📝 etc/templates/profile.template (+1 -0)

📄 Description

Any suggestions and testing welcome.

How to test

Add include disable-proc.inc to your globals.local:

mkdir -p ~/.config/firejail
wget https://raw.githubusercontent.com/rusty-snake/firejail/disable-proc.inc/etc/inc/disable-proc.inc -O ~/.config/firejail/disable-proc.inc
echo "include disable-proc.inc" >> ~/.config/firejail/globals.local

Is anything broken? Does journalctl --grep="blacklist violation" --reverse report any violations?


🔄 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/4521 **Author:** [@rusty-snake](https://github.com/rusty-snake) **Created:** 9/9/2021 **Status:** ✅ Merged **Merged:** 10/20/2021 **Merged by:** [@smitsohu](https://github.com/smitsohu) **Base:** `master` ← **Head:** `disable-proc.inc` --- ### 📝 Commits (3) - [`23f6bb9`](https://github.com/netblue30/firejail/commit/23f6bb9e2f3e6cc45f08205da2e1f1a7e35bc2ab) Create disable-proc.inc - [`bf99956`](https://github.com/netblue30/firejail/commit/bf99956810e979fc2944db046b802d97b4584f26) Update disable-proc.inc - [`dd2a6c5`](https://github.com/netblue30/firejail/commit/dd2a6c54afb6669a6a9a5d3be29ebb02151eb353) Update disable-proc.inc ### 📊 Changes **2 files changed** (+83 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `etc/inc/disable-proc.inc` (+82 -0) 📝 `etc/templates/profile.template` (+1 -0) </details> ### 📄 Description Any suggestions **and testing** welcome. ### How to test Add `include disable-proc.inc` to your `globals.local`: ```bash mkdir -p ~/.config/firejail wget https://raw.githubusercontent.com/rusty-snake/firejail/disable-proc.inc/etc/inc/disable-proc.inc -O ~/.config/firejail/disable-proc.inc echo "include disable-proc.inc" >> ~/.config/firejail/globals.local ``` Is anything broken? Does `journalctl --grep="blacklist violation" --reverse` report any violations? --- <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:33:42 -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#5178
No description provided.