nipil
nipil
2. Do other OS need/support any type of signing? - Microsoft has SignTool in its SDK, once you get a code signing certificate : https://learn.microsoft.com/en-us/windows/win32/seccrypto/using-signtool-to-sign-a-file - _AFAIK_ Linux does have...
First of all, if this topic is already solved, and there is a workaround, please disregard my comment, and point me in the right direction. Otherwise, please allow me to...
These are very good points. I especially would not have thought about the "replace by an older valid file". Which defeats the protection in all 3 examples... Regarding point 1...
I would like to add that even if the changes/fixes were short lived in iomgr, they would still be helpful : At least as a reference for future persons, trying...
> I see this was never ported to EventEngine. Unfortunately, unless someone ports the code, systemd socket activation will stop working soon. This is a community-supported feature, we (the gRPC...
Your comments have been included. I tried to sync with master to remove an already merged commit from the pull request, but it seems i should have merged instead of...
Hello I was looking for something akin to gpg signing (or anything similar, tuf, cosign) to build an actual *trust* (in the cryptographic sense) instead of just data *integrity* (i.e....
> * Use a PGP key to sign the release commit. AFAIK : this helps with trusting the release process, but does not really help with trusting the downloaded build...
I changed podman's `network_backend` from default (unfilled `""`) a.k.a. `cni` , as seen in `podman info`, previously, to `netavark` now (and installed `aardvark-dns` too) : ``` podman-compose down -v podman...
BTW, problem 2D (i.e. /scripts/utils.sh: line 16) does not show-up anymore ... but i guess it remains relevant PS: I do not understand if (and how) `netavark` is used in...