use local credentials in localfs
Status: Beta
Brought to you by:
mali
Make it possible to use local credentials in localfs.
In lufs 0.9, you can only mount a unix root directory
in localfs. This is because "/etc/passwd" and
"/etc/group" are expected to be found. This patch
makes it possible for a module to use the local
credentials rather then looking for them in the mounted
filesystem, and changes localfs to use this mechanism.
patch to use local credentials in localfs