Github messages for voidlinux
 help / color / mirror / Atom feed
From: jirib <jirib@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] trousers (TPM 1.2 sw) needs udev rule to operate correctly
Date: Mon, 22 Mar 2021 20:52:18 +0100	[thread overview]
Message-ID: <20210322195218.PWtySNQLmrjwdU4B909iSxtstNZ1fu3tvOleoOkd7ag@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28956@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 730 bytes --]

Closed issue by jirib on void-packages repository

https://github.com/void-linux/void-packages/issues/28956

Description:
TPM 1.2 is old but anyway...

```
-bash-5.1$ xuname 
Void 5.10.17_1 x86_64 GenuineIntel uptodate rrFFF
-bash-5.1$ xbps-query -l | grep trousers
ii trousers-0.3.14_10                        Trusted Computing Software Stack for the TPM
```

IIUC `/dev/tpm0` is root owner only but `tcsd`'s `run` file has:

```
#!/bin/sh
exec 2>&1 
exec chpst -u tss:tss tcsd -f
```

This cannot make `tcsd` use `/dev/tpm0`, right? Arch Linux add following udev rule - https://aur.archlinux.org/cgit/aur.git/tree/70-tpmd.rules?h=trousers

```
KERNEL=="tpm[0-9]*", MODE="0600", OWNER="tss", GROUP="tss"
```

  reply	other threads:[~2021-03-22 19:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-21 13:20 [ISSUE] trousers (tmp " jirib
2021-03-22 19:52 ` jirib [this message]
2021-03-22 19:52 ` trousers (TPM " jirib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210322195218.PWtySNQLmrjwdU4B909iSxtstNZ1fu3tvOleoOkd7ag@z \
    --to=jirib@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).