|
groups.xml |
|
|
Configuration > Server > groups.xml
The groups.xml contains the groups and their policies. The policy system of FLOE is designed that every rule is disabled by not listing it. So every rule that is put into the list is enabled and applied to the related group. It is build via the standard XML and it is very important that the structure is correct. An incorrect structure could cause a system malfunction.
<?xml version="1.0" encoding="utf-8"?> <groups> <group name="guests"> <policy name="main"> <rule name="customize"/> </policy> <policy name="filesystem"> <rule name="filters"/> <rule name="search"/> <rule name="download"/> <rule name="stream"/> </policy> <policy name="editor"> <rule name="load"/> <rule name="print"/> </policy> <policy name="toolbox"> <rule name="dns_lookup"/> <rule name="ping"/> <rule name="socket_connect"/> <rule name="trace_route"/> <rule name="url_browser"/> </policy> <policy name="modules"> <rule name="media_player"/> <rule name="image_viewer"/> <rule name="transfer_speed"/> </policy> <policy name="system"> <rule name="multiple_login"/> </policy> </group> ... </groups>
|
© 2006 unic8 Studios