###
# Detailed permissions for directories
#
# priviledge = <virtual path> <rights>
#
# Everyone can upload in /UPLOAD/ and delete their own stuff
MakeDir = /UPLOAD/* *
Upload = /UPLOAD/* *
Resume = /UPLOAD/* *
RemoveOwnDir = /UPLOAD/* *
DeleteOwn = /UPLOAD/* *
# LEECH can't upload in any other dir
MakeDir = * !=LEECH *
Upload = * !=LEECH *
Resume = * !=LEECH *
# Nobody can delete their files outside /UPLOAD/
RemoveOwnDir = * !*
DeleteOwn = * !*
Download = * *
RemoveDir = * 1VM
Rename = * 1VM
RenameOwn = * *
Overwrite = * 1VM
Delete = * 1VM
NoStats = * !*
ShowActivity = * *
Lemme try it :x
|