Morten Linderud

Results 465 comments of Morten Linderud

My suggestion on IRC is to move `get` as `get-in` and implement `get` with default value as third parameter.

I'd rather we have a list of ignored services and add things like [email protected] to it.

We are straying a bit from the issue. Keeping track of pid-less services is the goal, and this should be fairly simple to have as a filtered list in the...

I don't think so? ``` λ ~ » systemctl show [email protected] | grep PID GuessMainPID=yes MainPID=404 ControlPID=0 ExecMainPID=404 λ ~ » systemctl show bolt.service | grep PID GuessMainPID=yes MainPID=1406 ControlPID=0...

sigstore is currently a transparency log intended for build system artifacts that supports several package types built on trillian. There is currently some traction in container ecosystem and distro ecosystems...

Better to use `LC_ALL=C.UTF-8` which is something that most Linux distributions should be shipping with these days.

Would `toolbox` validate the signatures with the current library use, or is there more code needed for that?

> > Would `toolbox` validate the signatures with the current library use, or is there more code needed for that? > > This currently only works with podman with the...

> Toolbox calls out to podman to pull images. It does not do it by itself. Thus why setting it up for podman makes it work. Ah, I see It...

> I see. I think I need to read up to understand what cosign versus GPG means, and how they compare, etc.. :) TL;DR: cosign (read this as sigstore) intends...