[PR #4610] [MERGED] Fix misc in get_group_id #5206

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4610
Author: @kmk3
Created: 10/16/2021
Status: Merged
Merged: 10/17/2021
Merged by: @smitsohu

Base: masterHead: fix-misc-get-group-id


📝 Commits (3)

  • 73d7ccc util.c: remove tty comment from get_group_id
  • f300118 util.c: fix return type of get_group_id
  • d1cfa2b util.c: rename "group" arg to "groupname" in get_group_id

📊 Changes

2 files changed (+3 additions, -4 deletions)

View changed files

📝 src/firejail/firejail.h (+1 -1)
📝 src/firejail/util.c (+2 -3)

📄 Description

$ git log --reverse --pretty='* %s' master..
* util.c: remove tty comment from get_group_id
* util.c: fix return type of get_group_id
* util.c: rename "group" arg to "groupname" in get_group_id

🔄 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/4610 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 10/16/2021 **Status:** ✅ Merged **Merged:** 10/17/2021 **Merged by:** [@smitsohu](https://github.com/smitsohu) **Base:** `master` ← **Head:** `fix-misc-get-group-id` --- ### 📝 Commits (3) - [`73d7ccc`](https://github.com/netblue30/firejail/commit/73d7ccc21039790163a31514f4fbde81543641fe) util.c: remove tty comment from get_group_id - [`f300118`](https://github.com/netblue30/firejail/commit/f3001185bb91c4595ef1bde15e537c016edbd2a1) util.c: fix return type of get_group_id - [`d1cfa2b`](https://github.com/netblue30/firejail/commit/d1cfa2bfd8e296e14f934010ceb1b466db92e468) util.c: rename "group" arg to "groupname" in get_group_id ### 📊 Changes **2 files changed** (+3 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/firejail.h` (+1 -1) 📝 `src/firejail/util.c` (+2 -3) </details> ### 📄 Description ```console $ git log --reverse --pretty='* %s' master.. * util.c: remove tty comment from get_group_id * util.c: fix return type of get_group_id * util.c: rename "group" arg to "groupname" in get_group_id ``` --- <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:34:11 -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#5206
No description provided.