Jens Geyer created THRIFT-4813: ---------------------------------- Summary: NamedPipes may not work in all cases Key: THRIFT-4813 URL: https://issues.apache.org/jira/browse/THRIFT-4813 Project: Thrift Issue Type: Bug Components: netstd - Library Reporter: Jens Geyer
The classes provided in current net standard to deal with PipeSecurity are broken, they simply do not work. Hence, in some cases a connection cannot be established. A possible scenario would be between a normal client and an elevated server (think of an UI to control a service process). Ticket references - [issue 24040 NamedPipeServerStream: Provide support for WRITE_DAC|https://github.com/dotnet/corefx/issues/24040] - [issue 34400 Have a mechanism for lower privileged user to connect to a privileged user's pipe|https://github.com/dotnet/corefx/issues/34400] - [issue 31190 System.IO.Pipes.AccessControl package does not work|https://github.com/dotnet/corefx/issues/31190] Also interesting in this context is [issue 30170|https://github.com/dotnet/corefx/issues/30170] which finally got closed and is continued in issue )31190 (listed above). -- This message was sent by Atlassian JIRA (v7.6.3#76005)