Skip to content

Commit f5c16c3

Browse files
committed
solaris and illumos use PeerCreds too
Per tailscale/peercred#10 Signed-off-by: Nahum Shalman <[email protected]>
1 parent 6fdcc6a commit f5c16c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipn/ipnserver/actor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func connIsLocalAdmin(logf logger.Logf, ci *ipnauth.ConnIdentity, operatorUID st
237237
// This is a standalone tailscaled setup, use the same logic as on
238238
// Linux.
239239
fallthrough
240-
case "linux":
240+
case "linux", "solaris", "illumos":
241241
if !buildfeatures.HasUnixSocketIdentity {
242242
// Everybody is an admin if support for unix socket identities
243243
// is omitted for the build.

0 commit comments

Comments
 (0)