All of lore.kernel.org
 help / color / mirror / Atom feed
* Module compression & loadpin
@ 2019-07-31 22:22 Jack Rosenthal
  2019-08-02 18:32 ` Jack Rosenthal
  0 siblings, 1 reply; 4+ messages 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] 4+ messages in thread

end of thread, other threads:[~2019-08-08 13:25 UTC | newest]

Thread overview: 4+ messages (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
2019-08-02 18:32 ` Jack Rosenthal
2019-08-06 22:53   ` Lucas De Marchi
2019-08-08 13:24     ` Jessica Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.