linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] LSM: LoadPin for kernel file loading restrictions
@ 2016-03-28 21:14 Kees Cook
  2016-03-28 21:14 ` [PATCH v2 1/5] string_helpers: add kstrdup_quotable Kees Cook
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Kees Cook @ 2016-03-28 21:14 UTC (permalink / raw)
  To: James Morris
  Cc: Kees Cook, Serge E. Hallyn, Andrew Morton, Kalle Valo,
	Mauro Carvalho Chehab, Joe Perches, Guenter Roeck, Jiri Slaby,
	Paul Moore, Stephen Smalley, Mimi Zohar, Casey Schaufler,
	Andreas Gruenbacher, Andy Shevchenko, Rasmus Villemoes,
	Ulf Hansson, Vitaly Kuznetsov, linux-security-module,
	linux-kernel

This provides the mini-LSM "loadpin" that intercepts the now consolidated
kernel_file_read LSM hook so that a system can keep all loads coming from
a single trusted filesystem. This is what Chrome OS uses to pin kernel
module and firmware loading to the read-only crypto-verified dm-verity
partition so that kernel module signing is not needed.

-Kees

v2:
- break out utility helpers into separate functions
- have Yama use new helpers too

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-04-06 23:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-28 21:14 [PATCH v2 0/5] LSM: LoadPin for kernel file loading restrictions Kees Cook
2016-03-28 21:14 ` [PATCH v2 1/5] string_helpers: add kstrdup_quotable Kees Cook
2016-03-28 23:30   ` Joe Perches
2016-04-06 23:50     ` Kees Cook
2016-03-28 21:14 ` [PATCH v2 2/5] string_helpers: add kstrdup_quotable_cmdline Kees Cook
2016-03-30 11:07   ` Andy Shevchenko
2016-03-30 11:11     ` Andy Shevchenko
2016-04-06 23:38       ` Kees Cook
2016-03-28 21:14 ` [PATCH v2 3/5] string_helpers: add kstrdup_quotable_file Kees Cook
2016-03-28 21:14 ` [PATCH v2 4/5] Yama: consolidate error reporting Kees Cook
2016-03-28 21:14 ` [PATCH v2 5/5] LSM: LoadPin for kernel file loading restrictions Kees Cook
2016-03-28 21:38   ` Andrew Morton
2016-03-28 21:58     ` Kees Cook
2016-03-30 20:24     ` Mimi Zohar
2016-03-28 23:20   ` Joe Perches
2016-03-31 21:24   ` Mimi Zohar
2016-04-04 19:31     ` Kees Cook
2016-04-04 23:03       ` Mimi Zohar

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).