Article ID: 323076 - Last Review: March 27, 2007 - Revision: 8.5 How to set event log security locally or by using Group Policy in Windows Server 2003This article was previously published under Q323076 On This PageSUMMARY Windows Server 2003 permits administrators to customize
security access rights to their event logs. These settings can be configured
locally or through Group Policy. This article describes how to use both of
these methods. You can grant users one or more of the following access rights to event logs:
Configure Event Log Security LocallyImportant This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:322756
(http://support.microsoft.com/kb/322756/
)
How to back up and restore the registry in Windows The security of each log is configured locally through the values in the following registry key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Eventlog For example the Application log Security Descriptor is configured
through the following registry value: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Eventlog\Application\CustomSD And the System log Security Descriptor is configured through the
following: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Eventlog\System\CustomSD The Security Descriptor for each log is specified by using
Security Descriptor Definition Language (SDDL) syntax. For more information
about SDDL syntax, see the Platform SDK, or visit the Microsoft Web site
mentioned in the "References" section of this article.To construct an SDDL string, note that there are three distinct rights that pertain to event logs: Read, Write, and Clear. These rights correspond to the following bits in the access rights field of the ACE string:
O:BAG:SYD:(D;; 0xf0007;;;AN)(D;; 0xf0007;;;BG)(A;; 0xf0007;;;SY)(A;; 0x5;;;BA)(A;; 0x7;;;SO)(A;; 0x3;;;IU)(A;; 0x2;;;BA)(A;; 0x2;;;LS)(A;; 0x2;;;NS) For example, the first ACE denies Anonymous
Users read, write, and clear access to the log. The sixth ACE permits
Interactive Users to read and write to the log.Modify Your Local Policy to Permit Customization of the Security of Your Event Logs
Use the Computer's Local Group Policy to Set Your Application and System Log Security
Use Group Policy to Set Your Application and System Log Security for a Domain, Site, or Organizational Unit in Active DirectoryImportant: To view the group policy settings that are described in this article in the Group Policy editor, first complete the following steps, and then continue to the "Use Group Policy to Set Your Application and System Log Security" section:
Use Group Policy to Set Your Application and System Log Security
REFERENCES For more information about SDDL syntax and about how to
construct an SDDL string, visit the following Microsoft Web site:
Security Descriptor String Format http://msdn2.microsoft.com/en-us/library/aa379570.aspx (http://msdn2.microsoft.com/en-us/library/aa379570.aspx) | Article Translations
|

Back to the top
