User write access to registry and event log

G

Guest

Windows 2000 server - I have been asked by a 3rd party software developer to
give all users write access to the register and event log as his program
works ok while using a login with local admin permissions but not as a
standard user. I am concerned about this being a security issue. Am I
worrying about nothing or is there a better way to do this without giving all
users write access to the registry.
 
M

Mark V

In said:
Windows 2000 server - I have been asked by a 3rd party software
developer to give all users write access to the register and
event log as his program works ok while using a login with local
admin permissions but not as a standard user. I am concerned
about this being a security issue. Am I worrying about nothing
or is there a better way to do this without giving all users
write access to the registry.

You should be worried IMHO. It is the developers job to adhere to
The Microsoft Way and make all post-installation registry write
requirements "local" to HKCU. _He_ needs to fix his program.
 
D

Dave Patrick

100 % agreed with Mark's assessment.

You can set up failure auditing on the local machine hive. Run regedt32.exe
then browse to HKLM, then
Edit|Permissions|Advanced|Auditing|Add|"everyone"|OK then check the "Failed"
box on Full Control, Set Value, Create Subkey, Enumerate Subkey, Delete,
Create Link

Then try again logged on as a normal user. Then check the Event log security
for errors and pass on to the developer.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Windows 2000 server - I have been asked by a 3rd party software developer
to
| give all users write access to the register and event log as his program
| works ok while using a login with local admin permissions but not as a
| standard user. I am concerned about this being a security issue. Am I
| worrying about nothing or is there a better way to do this without giving
all
| users write access to the registry.
 

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