mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
feature: add notpm command & keep tpm devices in private-dev (#6390)
An ssh private key may be stored in a Trusted Platform Module (TPM) device and `private-dev` in ssh.profile currently breaks this use-case, as it does not keep tpm devices (see #6379). So add a new `notpm` command and keep tpm devices in /dev by default with `private-dev` unless `notpm` is used.
This commit is contained in:
parent
ad0e8c1272
commit
001320226c
13 changed files with 56 additions and 8 deletions
|
|
@ -27,6 +27,7 @@ nonewprivs
|
|||
noprinters
|
||||
noroot
|
||||
nosound
|
||||
notpm
|
||||
notv
|
||||
nou2f
|
||||
novideo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue