up vote 1 down vote favorite
share [g+] share [fb]

Is there some way to set the permissions on a Windows event log, in this case Application, similar to what you can do for directories and files ?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Yes. We do this for the 'limited priv' account we run our web app as:

To enable Application Event Log entries for all members of USERS group:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application
Edit CustomSD and append this to the end:
(A;;0x7;;;AU)
link|improve this answer
Thanks for the pointer ... I searched on CustomSD and found various pages including "How to setup event log security programmatically using the .Net Framework" at ... support.microsoft.com/kb/953587 – SteveC Apr 20 '09 at 12:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.