source4 smbd process: pass the fatal flag to terminate
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / misc / usershareprefixallowlist.xml
1 <samba:parameter name="usershare prefix allow list"
2                  context="G"
3                  type="cmdlist"
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 allowed to be exported by user defined share definitions.
8         If the pathname to be exported doesn't start with one of the strings in this
9         list, the user defined share will not be allowed. This allows the Samba
10         administrator to restrict the directories on the system that can be
11         exported by user defined shares.
12         </para>
13         <para>
14         If there is a "usershare prefix deny list" and also a
15         "usershare prefix allow list" the deny list is processed
16         first, followed by the allow list, thus leading to the most
17         restrictive interpretation.
18         </para>
19
20 </description>
21 <value type="default"></value>
22 <value type="example">/home /data /space</value>
23 </samba:parameter>