This is the mail archive of the cygwin-developers@cygwin.com 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: [corinna-cygwin@cygwin.com: Re: ENOTSOCK errors with cygwin dll 1.3.21 and 1.3.22]


On Mon, May 26, 2003 at 12:41:05PM +0200, Corinna Vinschen wrote:
> - The socket is created by the privileged account with some strict
>   security settings, probably determined by the access token at the
>   time of the socket creation.

On the funny side, I've just created a socket and printed the security
descriptor associated with it.  I've used the
ConvertSecurityDescriptorToStringSecurityDescriptor() function which
is new since W2K (and which isn't in w32api so far, unfortunately.
The output is:

  O:WD
  G:WD
  D:

That means, owner: Everyone, group: Everyone, No ACL.

Weird,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


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