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: Unable to open /dev/mem: permission denied


Jamie Mortimore wrote:

> Unable to open /dev/mem: Permission denied
> 
> I have set up a root user (in /etc/passwd) and am running the program
> as root but this doesn't solve the problem. Any help much appreciated.

Having a user named 'root' in passwd is irrelevant.  What matters is
whether you are logged in to Windows with a user account that has
Administrator privileges.  Is that what you mean by "running the program
as root"?

To be clear, it doesn't matter at all what you name the user or what you
put in /etc/passwd or /etc/group, what matters is whether Windows
considers the user to have admin privileges, as the return value of
open("/dev/mem") is just a direct translation of the result of calling
the NT function to open \device\physicalmemory, so it's up to Windows
whether this fails or succeeds, not anything in Cygwin.

Brian

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


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