Skip to content

Commit c5d2256

Browse files
committed
sunos: permissions workaround
1 parent c8dcd72 commit c5d2256

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ipn/ipnserver/server.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,9 @@ func (a *actor) Permissions(operatorUID string) (read, write bool) {
347347
return true, true
348348
case "js", "plan9":
349349
return true, true
350+
// TODO(nshalman) why is this needed
351+
case "solaris", "illumos":
352+
return true, true
350353
}
351354
if a.ci.IsUnixSock() {
352355
return true, !a.ci.IsReadonlyConn(operatorUID, logger.Discard)

0 commit comments

Comments
 (0)