Page 1 of 1

[SECURITY] How to prevent someone to move a folder

PostPosted:Mon Jan 27, 2014 12:35 pm
by michaeled
Hi,

I have a problem to configure the security to obtain this :
I want some users can add some files in a folder;

I try to add the write permission to the folder. But now, the users are able to move this folder into one where theay have the delete permission and after that they can delete de folder (sic!)

How to prevent users from moving a folder when they have only write access on it ?

Thanks for your help,

Michael.

Re: [SECURITY] How to prevent someone to move a folder

PostPosted:Thu Jan 30, 2014 5:15 pm
by jllort
1- The good option should be extend security to copy and move actions.

Now, Is there any way to identify user who should not execute move actions ? some role they have not or similar. Could try with automation and minimal logic to raise and error when trying to do it. Or with less sophisticated way, detecting if somebody tries to move from some path ( minimal logic to detect it ) and reverse the action after move ( not very pleasant way for doing it, but will go right ).