Re: ACL's Security
From: Steven L Umbach (n9rou_at_n0-spam-for-me-comcast.net)
Date: 11/30/04
- Next message: Felix Oscar: "Norton Antivirus question - activity times"
- Previous message: cosimo: "Windows Server 2003 Security Guide Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 30 Nov 2004 18:58:09 GMT
I don't know how to do it that way. I use either Explorer GUI for special
permissions or a command line tool such as xcacls or fileacl. I found the
link below which may or may not be helpful to you. Modify permissions are
read/write/execute/delete. --- Steve
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/ace_strings.asp
"Sudeep Sachdev" <sudeep_sachdev@yahoo.com> wrote in message
news:c1dd9064.0411300437.4c3136e8@posting.google.com...
> "Steven L Umbach" <n9rou@n0-spam-for-me-comcast.net> wrote in message
> news:<UaIqd.484725$D%.374141@attbi_s51>...
>> See the link below on special permissions at is lists each special
>> permission that each general permission consists of. --- Steve
>>
>> http://support.microsoft.com/default.aspx?scid=kb;EN-US;308419
>>
>> "Sudeep Sachdev" <sudeep_sachdev@yahoo.com> wrote in message
>> news:c1dd9064.0411282240.51d79898@posting.google.com...
>> > Hi
>> > I am implementing folder security through ACL's.
>> > I need ACE for two standard access rights named 'MODIFY' and 'LIST
>> > FOLDER
>> > CONTENTS'.
>
> Hi
> Let's begin with an example .listed below are the ACE strings for
> folder which gives all access rights to a folder.
>
> #define SC_CONFIG_USER_DIR_DACL L"D:"\
> L"(A;OICI;GA;;;SY)"\
> L"(A;OICI;GA;;;BA)"\
> L"(A;OICI;GA;;;%s)"\
>
>
> "GA" -- GENERIC_ALL
> "GR" -- GENERIC_READ
> "GW" -- GENERIC_WRITE
> "GX" -- GENERIC_EXECUTE
>
> So i want rights for 'Modify' and 'List Folder Contents' . For this a
> need the corresponding ACE.
- Next message: Felix Oscar: "Norton Antivirus question - activity times"
- Previous message: cosimo: "Windows Server 2003 Security Guide Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|