blob: be5f4c58ed232b27640ddc791d4fe457adb76f8b (
plain)
1
2
3
4
5
6
7
8
9
|
This configuration file lets you share files with other users.
Lines need to be in one of the following two formats:
<pre>
r <path> <username> # grants read-only access
w <path> <username> # grants read/write access
</pre>
Ending a path in <code>/*</code> makes the rule apply to all subfiles.
|