Skip to content

Commit 08376b2

Browse files
committed
dist: Fully lock the tss system user
Use the `u!` notation to fully lock the system user. It is highly unlikely that the `tss` user should ever be logged into (e.g. via SSH). This sysusers.d feature has been released with systemd 257 on 2024-12-10. Related-to: https://github.com/systemd/systemd/releases/tag/v257 Signed-off-by: David Runge <dave@sleepmap.de>
1 parent 560522a commit 08376b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/sysusers.d/tpm2-tss.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#Type Name ID GECOS Home directory Shell
2-
u tss - "tss user for tpm2"
2+
u! tss - "tss user for tpm2"

0 commit comments

Comments
 (0)