1 <samba:parameter name="usershare prefix deny list"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <para>This parameter specifies a list of absolute pathnames
7 the root of which are NOT allowed to be exported by user defined share definitions.
8 If the pathname exported starts with one of the strings in this
9 list the user defined share will not be allowed. Any pathname not
10 starting with one of these strings will be allowed to be exported
11 as a usershare. This allows the Samba administrator to restrict the
12 directories on the system that can be 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"></value>
23 <value type="example">/etc /dev /private</value>