2️⃣ Upload item data: Information for each jewel was uploaded to ORIGYN system
3️⃣ Mint digital certificates: ORIGYN minted mimmutable digital certificates, permanently recording them on a blockchain network, ensuring lasting authenticity.
Theo de Raadt was involved in discussions with aligning Google's mseal with OpenBSD's much simpler mimmutable, it changed quite a bit in later patch series.
On OpenBSD, most of a programs static address space (.text/ld.so's .text/.bss/main stack) is now automatically immutable.
The Linux kernel 6.10 introduces the mseal syscall for memory protection. Discover its unique features, how it differs from prior schemes, its kernel implementation, and the userspace exploits it prevents.
hubs.la/Q02VNW-30
A few characters basically stated before that "OpenBSD mimmutable(2) is useless"
If it is so useless, why have paid employees at Google been spending the past 6 months cloning mimmutable to make mseal() for defending Chrome? 🤔
marc.info/?l=linux-kernel&w=…
anton@ modified regress/sys/uvm/Makefile: Retire wx_syscall regress tests, they have been failing since the introduction of mimmutable(2) and also needs to cope with xonly on some architectures by now. There's already the syscallwx target in regress/usr.bin/lastcomm which does...
#FreeBSD Home Assistant | bsdbcr adventureloop
Listen now: bsdnow.tv/485
Tails of the M1 GPU, Getting Home Assistant running in a FreeBSD 13.1 jail, interview with AWK creator Dr. Brian Kernighan, Next steps toward mimmutable, Unix's (technical) history is (1/2)
FreeBSD Home Assistant | @bsdbcr @adventureloop
Listen now: bsdnow.tv/485
Tails of the M1 GPU, Getting Home Assistant running in a FreeBSD 13.1 jail, interview with AWK creator Dr. Brian Kernighan, Next steps toward mimmutable, Unix's (technical) history is mostly old
deraadt@ modified libexec/ld.so: The next step for mimmutable(). ld.so figures out what regions of memory of startup shared library mappings can be made immutable, and also does this for dlope() RTLD_NODELETE and subsidiary libraries. Complexity in this di...