This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Registry keys not only accessible when user


On Oct 10 03:17, julien2412 wrote:
> Corinna Vinschen-2 wrote
> > On Oct  9 23:32, julien2412 wrote:
> > ...
> >> 1) Why with no admin rights, ls /proc/registry doesn't map all the keys?
> >> After all, the goal is just to read only
> >> 2) Is there a way to have access to any registry keys without admin
> >> rights
> >> and without using regtool?
> > 
> > If you could show us examples, we might even be able to look into
> > this problem, *if* it is a problem.  I just tried the following on
> > Windows 7 as an UAC-restricted admin:
> > ...
> > Now, if you could give us some details from your side, we might be
> > able to see a pattern.
> 
> I'm not at home to test again but here is a quotation of what I had post on
> dev mailing list of LibreOffice
> (http://nabble.documentfoundation.org/Registry-keys-for-Windows-compilation-td3521322.html)
> "
> For example, there's nothing there :
> /proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VCExpress
> And there's nothing cause permissions aren't ok :
> ls -l /proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/
> d---------  1      400    401 0 Nov 19 18:53 VBExpress
                    ^^^^^^^^^^^

These uid and gid look fishy.  Your /etc/passwd and /etc/group files
seem to be off.  Maybe that's the reason.  Regenerate your /etc/passwd
and /etc/group files:

  $ mkpasswd -l [-d] > /etc/passwd
  $ mkgroup -l [-d] > /etc/group

Use the -d option only if you're in a domain.  For more information see
http://cygwin.com/cygwin-ug-net/using-utils.html#mkpasswd
http://cygwin.com/cygwin-ug-net/using-utils.html#mkgroup

Then exit from your Cygwin shell and start again.  Any change?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]