linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Module compression & loadpin
@ 2019-07-31 22:22 Jack Rosenthal
  0 siblings, 0 replies; only message in thread
From: Jack Rosenthal @ 2019-07-31 22:22 UTC (permalink / raw)
  To: linux-kernel

Has anyone looked into what it may take to support both module
compression and loadpin (ensures modules come from trusted filesystem)?

From my understanding, this is not supported as kmod currently does the
decompression of modules, and loadpin prefers fload_module as it can
tell where the module came from. (https://crbug.com/777204)

In a gist, I am thinking supporting this scenario would require the
module decompression to happen on the kernel side. Wondering if anyone
has looked into this before I go making a solution...

Thanks,

Jack

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-31 22:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31 22:22 Module compression & loadpin Jack Rosenthal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).