On Fri, Dec 01, 2017 at 07:30:03PM +0200, Vincas Dargis wrote:
> On 2017-12-01 19:17, Vincas Dargis wrote:
> >Or in one go:
> >
> >/{media,mnt,srv,wherever/mounts/are}/**
>$
> Sorry, it is a mistake, it should have been :
>$
> /{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.

Thanks

Attachment: signature.asc
Description: PGP signature

Reply via email to