Skip to content

Version 3.1 Minor Release

Compare
Choose a tag to compare
@gdamore gdamore released this 05 Oct 00:07
· 60 commits to master since this release

This minor release principally adds support for improved handling of credentials on UNIX systems.

  • On Linux and illumos/Solaris systems, it is possible to obtain IPC peer credentials and process ID from the pipe. See OptionPeerPID, OptionPeerUID, etc.
  • On all UNIX style systems, it is possible to set the socket permission and ownership using ipc.OptionIpcSocketPermissions, ipc.OptionSocketOwner, and ipc.OptionSocketGroup.