public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* TPM module: lack of internal kernel interface
@ 2006-08-25 21:11 David Kyle
  2006-08-26  0:33 ` Kylene Hall
  0 siblings, 1 reply; 2+ messages in thread
From: David Kyle @ 2006-08-25 21:11 UTC (permalink / raw)
  To: linux-kernel

I'm currently working on implementing a trusted computing system using
the linux TPM driver, similar to enforcer
(http://enforcer.sourceforge.net).  As my project involves kernel
modifications that are highly unlikely to be of use within the
mainstream kernel, I am attempting to confine my kernel-level work to
a linux security module, so that my system will hopefully not be
affected too heavily by newer kernel versions.

Hovever, I have run into difficulty since the TPM driver included in
the kernel doesn't include a internal interface for TPM access from
within the kernel itself.  There is only a userspace character device
interface.  Is there in fact an internal TPM interface I'm not seeing?
 If not, is there a particular reason why there isn't (and shouldn't
be) one?

It seems to me that it would be important to have such an interface
for any trusted computing system.  Enforcer uses it's own tpm kernel
driver, which I'd definately like to avoid doing with my project.

If I were to extend the existing TPM driver with an internal kernel
interface, would it likely be included in the mainstream kernel?

Thanks,
David Kyle

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

end of thread, other threads:[~2006-08-26  0:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-25 21:11 TPM module: lack of internal kernel interface David Kyle
2006-08-26  0:33 ` Kylene Hall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox