| 25 May 2023 |
| raitobezarius changed their display name from disko in NixOS 23.11 when to raitobezarius. | 13:37:35 |
| 27 May 2023 |
| NixOS Moderation Botchanged room power levels. | 16:40:45 |
| 1 Jun 2023 |
| @federicodschonborn:matrix.org joined the room. | 11:58:28 |
| 2 Jun 2023 |
| mei 🌒& changed their display name from ckie (they/them; limited keyboard usage, voice preferred) to ckie (they/them). | 22:21:24 |
| 4 Jun 2023 |
| eliaselias joined the room. | 09:05:47 |
| @federicodschonborn:matrix.org changed their profile picture. | 17:40:15 |
| 13 Jun 2023 |
| @federicodschonborn:matrix.org changed their profile picture. | 20:55:36 |
| 14 Jun 2023 |
| @ronnypfannschmidt:matrix.org left the room. | 15:14:41 |
| 25 Jun 2023 |
hexa | https://github.com/tpm2-software/tpm2-tss/security/advisories/GHSA-4j3v-fh23-vx67 | 22:56:37 |
| 26 Jun 2023 |
raitobezarius | baloo: ^ | 08:32:23 |
| 27 Jun 2023 |
baloo | wait, opened since Jan 19?! | 03:31:52 |
baloo | fixed in 4.0.1 | 03:33:20 |
baloo | some idiot patched tpm2-tss to wire in the modules with their full path >< | 15:38:38 |
baloo | I can't remember how I was running tests manually | 15:38:49 |
hexa | can someone update it? | 15:47:08 |
hexa | we are on 3.2.0 on master | 15:47:12 |
baloo | yeah yeah, I'm working on it | 15:47:18 |
baloo | (I'm the idiot I was referring to previously) | 15:47:33 |
hexa | good luck with yourself | 15:47:52 |
hexa | hope they learn | 15:47:56 |
baloo | some of the challenge with tpm2-tss is the pluggable backends | 15:48:09 |
baloo | you load tabrmd and that will load PREFIX/lib/libtss2-tcti-tabrmd.so.0 | 15:48:45 |
baloo | but there is a bunch of trickery everywhere because you could have external modules bringing their own backend | 15:49:08 |
baloo | so you can't just hardwire prefix | 15:49:28 |
baloo | that was a long time ago, don't remember exactly | 15:49:45 |
raitobezarius | must have a good reason | 15:52:33 |
baloo | yes, that's called feature creep | 15:52:59 |
baloo | https://github.com/tpm2-software/tpm2-abrmd/blob/master/src/tcti-tabrmd.c | 16:01:04 |
baloo | this is one of the pluggable tcti | 16:01:10 |
baloo | to access the dbus resource manager just by swapping out the tcti backend | 16:01:37 |