Michael Roitzsch
Michael Roitzsch
The lib9p filesystem backend currently does not handle open modes properly. When the guest opens a file with O_RDWR, `check_access()` will never find a match, since it only compares against...
The Moonlight client pings an external STUN server (stun.moonlight-stream.org) to determine the external IP address of the streaming setup. In a purely local setup, this should not be necessary for...
With the current beta of Xcode 16.0, the `xcode-wrapper` derivation fails with error code 141. No additional output is generated. I traced this back to `xcodebuild -version` failing when its...
The git configuration option `sharedRepository` can be used to explicitly specify permissions of newly created files by setting it to `0xxx` with the `xxx` part giving the permission bits in...