Re: [systemd-devel] Trying to understand change in PCR 4 extension behavior

2022-12-19 Thread Andrei Borzenkov
On 14.12.2022 20:28, Kyle Rose wrote: ... However, in v252, the corresponding event occurs earlier in the log and (after some measurements extending PCR 11) is followed by another BSA event extending PCR 4 with a DevicePath I can't parse from a call I can't seem to find in the systemd source

[systemd-devel] Using filter objects instead of dlopen()?

2022-12-19 Thread Ludwig Nussel
Hi, In order to avoid hard requiring certain optional libraries, systemd started to use dlopen(). From the top of my head dlopen has several disadvantages, eg - need to duplicate function prototypes in your own code - need to have (macro)code to load all symbols you need - you hardly notice