mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6390] [MERGED] feature: add notpm command & keep tpm devices in private-dev #5993
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5993
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/6390
Author: @qdii
Created: 6/22/2024
Status: ✅ Merged
Merged: 7/9/2024
Merged by: @kmk3
Base:
master← Head:master📝 Commits (1)
8bfc334feature: add notpm command & keep tpm devices in private-dev📊 Changes
13 files changed (+56 additions, -8 deletions)
View changed files
📝
contrib/syntax/lists/profile_commands_arg0.list(+1 -0)📝
etc/profile-a-l/default.profile(+1 -0)📝
etc/templates/profile.template(+1 -0)📝
src/fbuilder/build_profile.c(+1 -0)📝
src/firejail/firejail.h(+2 -0)📝
src/firejail/fs_dev.c(+17 -0)📝
src/firejail/main.c(+3 -0)📝
src/firejail/profile.c(+4 -0)📝
src/firejail/sandbox.c(+3 -0)📝
src/firejail/usage.c(+1 -0)📝
src/man/firejail-profile.5.in(+7 -4)📝
src/man/firejail.1.in(+14 -4)📝
src/zsh_completion/_firejail.in(+1 -0)📄 Description
An ssh private key may be stored in a Trusted Platform Module (TPM)
device and
private-devin ssh.profile currently breaks this use-case,as it does not keep tpm devices (see #6379).
So add a new
notpmcommand and keep tpm devices in /dev by defaultwith
private-devunlessnotpmis used.Tested locally with:
Fixes #6379.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.