memfd_secret() in 5.14
memfd_secret() in 5.14
Posted Aug 9, 2021 15:12 UTC (Mon) by NYKevin (subscriber, #129325)In reply to: memfd_secret() in 5.14 by jhoblitt
Parent article: memfd_secret() in 5.14
> Is it theoretically possible project process pages against a compromised kernel without hardware support?
*With* hardware support, you can use SGX or an equivalent technology. This sort of thing is increasingly available on consumer-grade hardware. But without hardware support, somebody has to have access to those pages (either the kernel or a hypervisor), because that's just The Way CPUs Work (TM). Of course, there's always the option of running on the bare metal with no kernel, but that's probably not what you had in mind.
