[PR #6664] [MERGED] modif: keep plugdev group unless nou2f is used #6109

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6664
Author: @northboot
Created: 2/25/2025
Status: Merged
Merged: 3/14/2025
Merged by: @kmk3

Base: masterHead: master


📝 Commits (1)

  • 4404685 modif: keep plugdev group unless nou2f is used

📊 Changes

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

View changed files

📝 RELNOTES (+1 -0)
📝 src/firejail/main.c (+9 -0)
📝 src/firejail/util.c (+5 -0)
📝 test/seccomp-extra/noroot.exp (+2 -2)

📄 Description

To make hardware tokens available for ordinary users, some distributions include a udev rule to make the corresponding entry in /dev/... available for users belonging to a specific group.

The options noroot and nogroups currently break this behavior.

This PR implements a fix that checks whether browser-disable-u2f is set to no in order to disable these two options.


🔄 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/6664 **Author:** [@northboot](https://github.com/northboot) **Created:** 2/25/2025 **Status:** ✅ Merged **Merged:** 3/14/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`4404685`](https://github.com/netblue30/firejail/commit/44046854bb46c93faf4354bab0bed9a0b26add26) modif: keep plugdev group unless nou2f is used ### 📊 Changes **4 files changed** (+17 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `RELNOTES` (+1 -0) 📝 `src/firejail/main.c` (+9 -0) 📝 `src/firejail/util.c` (+5 -0) 📝 `test/seccomp-extra/noroot.exp` (+2 -2) </details> ### 📄 Description To make hardware tokens available for ordinary users, some distributions include a udev rule to make the corresponding entry in /dev/... available for users belonging to a specific group. The options `noroot` and `nogroups` currently break this behavior. This PR implements a fix that checks whether `browser-disable-u2f` is set to `no` in order to disable these two options. --- <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:50:54 -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#6109
No description provided.