There exists shims that are signed by Microsoft and were not revoked. Normally this would be fine but these shims had weaknesses that allowes hackers to load any code using them. Normally the shims should only run other signed/trusted code. These vulnerable shims can be used to bypass secure boot by replacing your existing bootloader with the shim and then running rootkits/hackerOS/whatever and bypass bitlocker using TPM or just running a level 0 virus that can't be detected by the OS on any PC which trusts Microsoft's keys (99% of all PCs)
To prevent this you'd have to not trust the vulnerable shims by either adding them manually to the exclusions list or using your own secure boot keys which would only trust the few bootloader files your pc uses and no other files.
Worst case: it behaves as if secure boot wasn't on. Without secure boot you wouldn't need this exploit cause then you can replace the bootloader with whatever you want anyways. With or without secure boot you need administrative permission to replace the bootloader so this is only an issue after your PC is already compromised or if someone had physical access to your PC.
I have a Server with ~16 podman services, each their own user, network namespace and uids. This is managed using NixOS and Home manager (which supports quadlets) but I am changing my setup to a single node k3s cluster with user namespaces because that seems simpler to manage.
Here a snippet for how the subuids/subuids are defined:
While that is true, commercial flights aren't going over those limits (they're to prevent ICBMs). I used it on my last flight without issue and could see how close to my destination I was, how high the plane was and how fast we were going.
Huh? You don't like strong copyleft licences?
Wait you are enjoying NixOS? I though we were all in for the suffering?
Probably not, they likely mean the alcoholic drink
One must imagine Sisyphus deaf
It's a *feature*
There exists shims that are signed by Microsoft and were not revoked. Normally this would be fine but these shims had weaknesses that allowes hackers to load any code using them. Normally the shims should only run other signed/trusted code. These vulnerable shims can be used to bypass secure boot by replacing your existing bootloader with the shim and then running rootkits/hackerOS/whatever and bypass bitlocker using TPM or just running a level 0 virus that can't be detected by the OS on any PC which trusts Microsoft's keys (99% of all PCs)
To prevent this you'd have to not trust the vulnerable shims by either adding them manually to the exclusions list or using your own secure boot keys which would only trust the few bootloader files your pc uses and no other files.
Worst case: it behaves as if secure boot wasn't on. Without secure boot you wouldn't need this exploit cause then you can replace the bootloader with whatever you want anyways. With or without secure boot you need administrative permission to replace the bootloader so this is only an issue after your PC is already compromised or if someone had physical access to your PC.
tldr: Either use your own keys or don't trust secure boot.
I have a Server with ~16 podman services, each their own user, network namespace and uids. This is managed using NixOS and Home manager (which supports quadlets) but I am changing my setup to a single node k3s cluster with user namespaces because that seems simpler to manage. Here a snippet for how the subuids/subuids are defined:
This is the year of the OpenAI bankruptcy.
Just found a recording of the last meeting he attended: https://youtu.be/I08EpZU8z8M
While that is true, commercial flights aren't going over those limits (they're to prevent ICBMs). I used it on my last flight without issue and could see how close to my destination I was, how high the plane was and how fast we were going.
You have GPS, it literally only receives so it can't affect flight instruments.
https://youtu.be/tU48ouWNr8E
Now is the time to move fast and break things, do it!
Fair enough, I meant consumer demand as in not ai and data centers
Ram demand expected to drop another 40-50% in Q3?
How are you running podman? As a rootful systemd service or as a rootless user systemd services?