[PR #5900] [MERGED] feature: add doas support in firecfg and jailcheck #5716

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5900
Author: @kmk3
Created: 7/14/2023
Status: Merged
Merged: 7/16/2023
Merged by: @kmk3

Base: masterHead: firecfg-support-doas


📝 Commits (3)

  • 0440911 firecfg: rename get_user to get_sudo_user
  • 03a0107 firecfg: add const to a few functions/variables
  • e7225b6 feature: add doas support in firecfg and jailcheck

📊 Changes

7 files changed (+21 additions, -15 deletions)

View changed files

📝 src/firecfg/desktop_files.c (+1 -1)
📝 src/firecfg/firecfg.h (+1 -1)
📝 src/firecfg/main.c (+9 -7)
📝 src/jailcheck/main.c (+1 -1)
📝 src/jailcheck/utils.c (+4 -1)
📝 src/man/firecfg.1.in (+3 -1)
📝 src/man/jailcheck.1.in (+2 -3)

📄 Description

Closes #5899.

Suggested-by: @shaggonit


🔄 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/5900 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 7/14/2023 **Status:** ✅ Merged **Merged:** 7/16/2023 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `firecfg-support-doas` --- ### 📝 Commits (3) - [`0440911`](https://github.com/netblue30/firejail/commit/0440911064611f9c414c13a6fe053da5018c36fa) firecfg: rename get_user to get_sudo_user - [`03a0107`](https://github.com/netblue30/firejail/commit/03a01071970a21b306b9916feb95c0993356d902) firecfg: add const to a few functions/variables - [`e7225b6`](https://github.com/netblue30/firejail/commit/e7225b64469b6ada187764ee9f663ad1039f20b0) feature: add doas support in firecfg and jailcheck ### 📊 Changes **7 files changed** (+21 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `src/firecfg/desktop_files.c` (+1 -1) 📝 `src/firecfg/firecfg.h` (+1 -1) 📝 `src/firecfg/main.c` (+9 -7) 📝 `src/jailcheck/main.c` (+1 -1) 📝 `src/jailcheck/utils.c` (+4 -1) 📝 `src/man/firecfg.1.in` (+3 -1) 📝 `src/man/jailcheck.1.in` (+2 -3) </details> ### 📄 Description Closes #5899. Suggested-by: @shaggonit --- <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:43:33 -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#5716
No description provided.