On Fri, Dec 01, 2017 at 12:57:33PM -0800, Seth Arnold wrote:
> > /{media,mnt,srv,wherever/mounts/are}/** r,
> 
> You'll probably also need a corresponding line to allow reading
> directories, if the program in question has a file browser interface:
> 
> /{media,mnt,srv,wherever/mounts/are}/**/ r,
> 
> The / at the end of the entry allows listing directory contents.

I'm sorry, I'm wrong. /srv/** r, will allow directory listings of
all child directories in /srv/, just not /srv/ itself.

So a rule such as

/{media,mnt,srv,wherever/mounts/are}/ r,

would be useful.

Thanks to Christian for finding my mistake.

Attachment: signature.asc
Description: PGP signature

Reply via email to