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 wh
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 co