blob: 819c1a691da724c65f69c3e3eff99cb7fe40df37 [file] [log] [blame]
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
This file defines the mappings from user name to comma seperated list
of directories/files that the user is allowed to access. One mapping
per user. Wildcard characters, such as "*" and "?", are not recognized.
For example, to match "/output" directory, one can use "/output" or
"/output/", but not "/output/*". Note that any leading or trailing
whitespaces are stripped/ignored for the name field.
-->
<configuration>
<property>
<name> nobody </name>
<value> ,
/input, /user, /data </value>
</property>
</configuration>