1 <samba:parameter name="usershare prefix deny 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 NOT allowed to be exported by user defined share definitions.
9 If the pathname exported starts with one of the strings in this
10 list the user defined share will not be allowed. Any pathname not
11 starting with one of these strings will be allowed to be exported
12 as a usershare. This allows the Samba administrator to restrict the
13 directories on the system that can be exported by user defined shares.
16 If there is a "usershare prefix deny list" and also a
17 "usershare prefix allow list" the deny list is processed
18 first, followed by the allow list, thus leading to the most
19 restrictive interpretation.
23 <value type="default">NULL</value>
24 <value type="example">/etc /dev /private</value>