I would like to create a Samba share that filters the contents of a directory based on a series of regular expression matches against file names. For example, I would like the share to allow access to only files with an .xml extension, effectively ignoring any filenames that don't match the regex.
Are there any Samba VFS modules that provide this functionality?