VFS hooks in smbd
- All calls into POSIX (open/close/read/write etc...) are vectored via a shared library loaded function table.
- Default POSIX operations are available via import.
- "pass-through" interfaces are thus possible, a sample audit VFS plug-in is supplied.
- VFS plug-ins are loaded per share, all pathnames passed to the VFS are UNIX character set format (conversion from DOS codepage is done before call).
Notes:
No notes for slide 9