[corinna-cygwin@cygwin.com: Re: ENOTSOCK errors with cygwin dll 1.3.21 and 1.3.22]

Corinna Vinschen vinschen@redhat.com
Mon May 26 15:05:00 GMT 2003


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.



More information about the Cygwin-developers mailing list