[PR #2856] [MERGED] Make 'allow-debuggers' configurable in profiles #4560

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/2856
Author: @ghost
Created: 7/12/2019
Status: Merged
Merged: 7/15/2019
Merged by: @undefined

Base: masterHead: profile-allow-debuggers


📝 Commits (1)

  • 463f70b profile support for allow-debuggers

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 src/firejail/profile.c (+5 -0)

📄 Description

When debugging applications inside an IDE regularly, always passing the command line option --allow-debuggers becomes cumbersome.

This fix adds a new option allow-debuggers to the profile code, so if debugging capabilities are always needed, the profile of the application can simply be extended with that option.


🔄 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/2856 **Author:** [@ghost](https://github.com/ghost) **Created:** 7/12/2019 **Status:** ✅ Merged **Merged:** 7/15/2019 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `profile-allow-debuggers` --- ### 📝 Commits (1) - [`463f70b`](https://github.com/netblue30/firejail/commit/463f70b3c9a9f2408661b6485a23dccaf2b19dcc) profile support for allow-debuggers ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/profile.c` (+5 -0) </details> ### 📄 Description When debugging applications inside an IDE regularly, always passing the command line option `--allow-debuggers` becomes cumbersome. This fix adds a new option `allow-debuggers` to the profile code, so if debugging capabilities are always needed, the profile of the application can simply be extended with that option. --- <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:22:23 -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#4560
No description provided.