Skip to content

Commit

Permalink
Add JavaDoc for NamedPipe handling on Windows (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMarxIBM committed Apr 22, 2024
1 parent 0a91a85 commit d6ca347
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1076,9 +1076,10 @@ public Response execute(String protocol, String... argument) {
}

/**
* Custom Security Descriptor is required here to "get" Medium Integrity Level.
* Custom {@link WinBase.SECURITY_ATTRIBUTES} is required here to "get" Medium Integrity Level.
* In order to allow Medium Integrity Level clients to open
* and use a NamedPipe created by an High Integrity Level process.
* @return A security attributes object that gives everyone read and write access.
*/
private WinBase.SECURITY_ATTRIBUTES createSecurityAttributesToAllowMediumIntegrity() {
// Allow read/write to Everybody
Expand Down

0 comments on commit d6ca347

Please sign in to comment.