1 <samba:parameter name="usershare prefix allow list"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <para>This parameter specifies a list of absolute pathnames
8 the root of which are allowed to be exported by user defined share definitions.
9 If the pathname to be exported doesn't start with one of the strings in this
10 list, the user defined share will not be allowed. This allows the Samba
11 administrator to restrict the directories on the system that can be
12 exported by user defined shares.
15 If there is a "usershare prefix deny list" and also a
16 "usershare prefix allow list" the deny list is processed
17 first, followed by the allow list, thus leading to the most
18 restrictive interpretation.
22 <value type="default">NULL</value>
23 <value type="example">/home /data /space</value>