We have an application that sets incorrect permissions to registry keys.
It's stripping all permission except everyone:change (dacl mask = 131103).
My script needs to grant administrators:full using Win32::Perms v.20000117
. The problem is SetDacl fails on keys that don't already have write
permission in the dacls, even though I'm the owner.
What is the correct way for the owner to set permissions on a key when the
DACL is read only?
Here are the current versions on our desktops:
NT 4 SP6a
ActivePerl 5.005_3 build 517
Win32::Perms v.20000117
Thanks in advance,
Tony
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin