docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / misc / usershareprefixdenylist.xml
blob396e8c1a8a1eea51de1c3b7032d6db0f0c275f63
1 <samba:parameter name="usershare prefix deny list"
2                  context="G"
3                  type="list"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
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.
13         </para>
14         <para>
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.
19         </para>
21 </description>
22 <value type="default"></value>
23 <value type="example">/etc /dev /private</value>
24 </samba:parameter>