
01-10-2007
|
|
|
|
RE: effective permissions
Thanks
"Jesper" wrote:
> There is an inherit only ACE on %systemdrive%\users\public that grants
> INTERACTIVE modify right. This way they can modify content in the folder, but
> not delete the folder itself:
> C:\Windows\system32>icacls c:\users\public
> c:\users\public BUILTIN\Administrators OI)(CI)(F)
> CREATOR OWNER OI)(CI)(IO)(F)
> NT AUTHORITY\SYSTEM OI)(CI)(F)
> NT AUTHORITY\INTERACTIVE OI)(CI)(IO)(M,DC)
> NT AUTHORITY\INTERACTIVE RX,WD,AD)
> NT AUTHORITY\SERVICE OI)(CI)(IO)(M,DC)
> NT AUTHORITY\SERVICE RX,WD,AD)
> NT AUTHORITY\BATCH OI)(CI)(IO)(M,DC)
> NT AUTHORITY\BATCH RX,WD,AD)
>
> "Francisco" wrote:
>
> > I have noticed that the Public folder allows users Modify files created by
> > other users. XP only allowed to Read. So I have checked Effective Permissions
> > of a user and shows that users have no Permissions at all. So I suppose that
> > Users get the permissions from the INTERACTIVE account. So I check
> > INTERACTIVE permissions and only Read permissions appear. How can Users
> > Modify files that have not been created by themselves then?
|