[PR #6718] [MERGED] modif: keep tss group if keep-dev-tpm is used #6139

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6718
Author: @kmk3
Created: 4/25/2025
Status: Merged
Merged: 4/26/2025
Merged by: @kmk3

Base: masterHead: modif-keep-tss-group


📝 Commits (1)

  • 7db3c26 modif: keep tss group if keep-dev-tpm is used

📊 Changes

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

View changed files

📝 src/firejail/main.c (+9 -0)
📝 src/firejail/util.c (+5 -0)

📄 Description

This group is apparently used by tpm2-tss for accessing TPM devices.

udev rules from tpm2-tss 4.1.3[1]:

# tpm devices can only be accessed by the tss user but the tss
# group members can access tpmrm devices
KERNEL=="tpm[0-9]*", TAG+="systemd", MODE="0660", OWNER="tss"
KERNEL=="tpmrm[0-9]*", TAG+="systemd", MODE="0660", GROUP="tss"

Misc: This was noticed on #6700.

Relates to #6390.

[1] https://github.com/tpm2-software/tpm2-tss/blob/4.1.3/dist/tpm-udev.rules


🔄 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/6718 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 4/25/2025 **Status:** ✅ Merged **Merged:** 4/26/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `modif-keep-tss-group` --- ### 📝 Commits (1) - [`7db3c26`](https://github.com/netblue30/firejail/commit/7db3c26577489a738b6372610669a043f1461687) modif: keep tss group if keep-dev-tpm is used ### 📊 Changes **2 files changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/main.c` (+9 -0) 📝 `src/firejail/util.c` (+5 -0) </details> ### 📄 Description This group is apparently used by tpm2-tss for accessing TPM devices. udev rules from tpm2-tss 4.1.3[1]: # tpm devices can only be accessed by the tss user but the tss # group members can access tpmrm devices KERNEL=="tpm[0-9]*", TAG+="systemd", MODE="0660", OWNER="tss" KERNEL=="tpmrm[0-9]*", TAG+="systemd", MODE="0660", GROUP="tss" Misc: This was noticed on #6700. Relates to #6390. [1] https://github.com/tpm2-software/tpm2-tss/blob/4.1.3/dist/tpm-udev.rules --- <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:51:28 -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#6139
No description provided.