Closed jeffhostetler closed 1 year ago
On Windows, named pipes are created with a default ACL that doesn't allow unprivileged users to connect and send data to the service. Users in the Administrators group have RW access, but the Everyone group only has R by default.
Administrators
RW
Everyone
R
Give them RW.
See https://github.com/git-ecosystem/trace2receiver/pull/12
On Windows, named pipes are created with a default ACL that doesn't allow unprivileged users to connect and send data to the service. Users in the
Administrators
group haveRW
access, but theEveryone
group only hasR
by default.Give them
RW
.