Viewing profile — Vogtinator
Vogtinator
HN member- Joined
- Wed, Nov 09, 2016, 10:07 PM UTC
- HN karma
- 945
- Public activity
- 294 items
- HN profile
- View on Hacker News ↗
About Vogtinator
No profile information was provided.
Recent public activity
-
comment
Comment #47687117
> If, for example, a company wants to issue fleet computers to workers or school to students, you want to have secure boot on those devices to prevent tampering. Secure boot makes …
-
comment
Comment #47561732
AFAIK that's just when plugging in a USB 3 device into a USB 2 port or using a USB 2 cable.
-
comment
Comment #47453458
With https://github.com/thkukuk/account-utils (not the default yet), it's meanwhile possible to run openSUSE Tumbleweed (package based) with NoNewPrivileges= as usual.
- comment
-
comment
Comment #45209084
> For example, Aeon (of openSUSE MicroOS vintage) looks like all KDE Linux is aiming for, just with Gnome as DE. And Kalpa is that just with Plasma as DE.
-
comment
Comment #45062874
swapfile on linux must be directly mapped, bypassing any filesystem level checksums (see https://btrfs.readthedocs.io/en/latest/Swapfile.html )
-
comment
Comment #44744215
ctrl-c sends SIGINT.
-
comment
Comment #44462731
errno is in thread-local storage (TLS)
-
comment
Comment #43336418
> Apps on Android have no access, or ability, to directly call kernel functions. That is nonsense.
- story
-
comment
Comment #42735307
That's the design with sdbootutil in openSUSE ( https://en.opensuse.org/Systemd-fde , https://github.com/openSUSE/sdbootutil ).
-
comment
Comment #42735303
> You can mitigate this by including PCRs that sign the kernel and initrd. No, that's not an effective mitigation. The signed kernel+initrd would still boot into the impersonated r…
-
comment
Comment #42668650
For multiple users on the same server it was IMO well designed. Everyone had their ~ and could place whatever libraries/binaries/etc. in there and do whatever they wanted. Package …
-
comment
Comment #42550193
For x86 cores this is visible in Agner Fog's instruction performance tables: https://agner.org/optimize/#manuals The latency shows after how many cycles the result of an instructio…
-
comment
Comment #42550129
Can wine do ARM64X resp. ARM64EC to mix native aarch64 code with emulated x86(-64) code in the same process for better efficiency?
-
comment
Comment #42518854
https://duktape.org is in a similar ballpark.
-
comment
Comment #42267848
My envy x360 has that button as well and it even puts a physical shutter in front of the webcam in addition to disconnecting USB.
-
comment
Comment #41869463
Cargo.lock has 8750 lines. Is that normal for something like this? For comparison, QEMU basically just needs glibc, glib and zlib for basic functionality.
-
comment
Comment #41193212
> you do you, but watch your market share always be niche. As long as I can use the OS I like and how I like, I don't care about metrics like market share.
-
comment
Comment #41164187
> That said, it does require more care when you do OS updates or UEFI updates to remember to update the TPM sealed secret with the new measurements. Windows and Linux both have the…
-
comment
Comment #41164138
> 1. This is interesting. So in a measured boot scenario, you wouldn't be able to boot the main OS, but it would give you access to sort of a minimal initramfs environment for debu…
-
comment
Comment #41163365
Measured boot > trust chain through signature verification: With measured boot, components in the boot chain tell some trusted component (e.g. a TPM, possibly in FW) about all of t…
-
comment
Comment #41121231
Would that actually have a positive effect? Running malicious software in the only user's context can already cause maximum damage: https://xkcd.com/1200/ This would just result in…
-
comment
Comment #41049535
I'm using Tumbleweed with btrfs snapshots, systemd-boot and transparent disk encryption (using TPM + measured boot), works fine. Currently this needs to be set up semi-manually (se…
-
comment
Comment #40903056
iwd is an alternative to wpa_supplicant, not NetworkManager. NM has support for iwd.