RFC: kernel level cryptographic filesystem (summer of code
project)
Gleb Kurtsou
gleb.kurtsou at gmail.com
Fri Oct 2 08:10:42 UTC 2009
On (02/10/2009 09:17), Guy Brand wrote:
> Gleb Kurtsou wrote:
>
> Hello
>
>
> > During Google Summer of Code this year I was working on kernel level
> > cryptographic filesystem pefs. It looks like the project is mature
> > enough to ask for a public review and comments.
>
> Thanks for sharing this work.
>
> > I've tested it on top of ZFS, UFS and tmpfs (it fails on msdosfs).
> > I use amd64 9-CURRENT but it should work on 8- and 7-STABLE (+ i386).
>
> I(ve grabbed the tarball and followed your installation instructions
> on my FreeBSD 9.0-CURRENT #33: Wed Sep 23 10:29:08 CEST 2009 and run
> into a:
>
> 6nq# kldload -v pefs
> kldload: can't load pefs: Exec format error
> and seeing also:
>
> link_elf_obj: symbol camellia_encrypt undefined
> linker_load_file: Unsupported file type
My bad. Dependency on crypto module is missing. Try
kldload crypto
Please let me know if it fixes the issue for you.
> from the logs.
>
> Are my sources too old? Do I need world rebuild?
> All the best
> gb
>
>
> --
> Never attribute to malice that which is adequately explained by
> stupidity
More information about the freebsd-current
mailing list