Ingo Molnar wrote:
> struct native_file {
> unsigned long master_fingerprint[8];
> unsigned long file_fingerprint[8];
> struct file file;
> };
>
> 'fingerprints' are 256 bit, true random numbers. master_fingerprint is
> global to the kernel and is generated once per boot. It validates the
> pointer of the structure. The master fingerprint is never known to
> user-space.
>
> file_fingerprint is a 256-bit identifier generated for this native file.
> The file fingerprint and the (kernel) pointer to the native file is
> returned to user-space. The cryptographical safety of these 256-bit random
> numbers guarantees that no breach can occur in a reasonable period of
> time. It's in essence an 'encrypted' communication between kernel and
> user-space.
Sounds similar to the Hurd...
-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- Re: 'native files', 'object fingerprint... Andi Kleen
- Re: 'native files', 'object fingerprint... Ingo Molnar
- Re: 'native files', 'object fingerprint... Andi Kleen
- O_ANY [was: Re: 'native files', 'objec... Ingo Molnar
- Re: O_ANY [was: Re: 'native files', 'o... Ingo Molnar
- Re: O_ANY [was: Re: 'native files', 'o... Peter Samuelson
- Re: O_ANY [was: Re: 'native files', 'o... Ingo Molnar
- Re: O_ANY [was: Re: 'native files', 'o... Felix von Leitner
- Re: O_ANY [was: Re: 'native files', 'o... Andi Kleen
- Re: O_ANY [was: Re: 'native files', 'o... Mitchell Blank Jr
- Re: 'native files', 'object fingerprint... Jamie Lokier
- Re: 'native files', 'object fingerprint... Felix von Leitner
- Re: 'native files', 'object fingerprint... Linus Torvalds
- Re: 'native files', 'object fingerprint... dean gaudet
- Re: 'native files', 'object fingerprint... Pavel Machek
- Re: 'native files', 'object fingerprint... Pavel Machek
- Re: [patch] sendpath() support, 2.4.0-t... Ingo Molnar
- Re: [patch] sendpath() support, 2.4.0-t... dean gaudet
- Re: Is sendfile all that sexy? dean gaudet
- Re: Is sendfile all that sexy? Ingo Molnar
- Re: Is sendfile all that sexy? Albert D. Cahalan

