security policies

R

Randy

I want to implement some of the security policies out
there, and I also want to make some custom modifications.
I would also like to be able to understand what some of
the functions are for and what they do so I'm not blindly
implementing (or testing) them.

I've figure about everything except lines like:
%ProgramFiles%,2,"D:pAR(A;OICI;FA;;;BA)(A;OICIIO;FA;;;CO)
(A;OICI;FA;;;SY)(A;OICI;0x1200a9;;;BU)"

how do I decipher the stuff in quotes?

:Randy
 
G

Guest

Thanks
-----Original Message-----
It's a security descriptor represented in SDDL.

http://msdn.microsoft.com/library/default.asp? url=/library/en-
us/security/security/security_descriptor_string_format.asp

N

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Any opinions or policies stated within are my own and do not necessarily
constitute those of my employer. Use of included script samples are subject
to the terms specified at http://www.microsoft.com/info/cpyright.htm





.
 
R

Randy

Nick,

Thanks again for the response, I have another question.
Is there a cross-reference to reference the policies to
the registry entries?

There are a few policies I'd like to convert to registry
entries. Is there a way I can do this outside of doing
before/after shots of the registry and then comparing
them when making a policy changes?


Q2:
I also want to document my script when I have it working
the way I want. so a reverse cross-reference would be
handy too... e.g. I'd
document "ClearPageFileAtShutdown=4,1" to day
changes "security settings\local policies\security
options\Shutdown: Clear Virtual memory pagefile" to
enable.

Any idea where I can get some of the less obvious ones?

:Randy
 
G

Guest

Nick (Or anyone else),

The web link you posted was a great help. However I
still do not see anything that helps me figure out the
access parts that have hex numbers in them... stuff
like: "(A;OICI;0x1200a9;;;BU)"

Does anyone have any suggestions or assistance?

:Randy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top