mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-21 01:38:32 +00:00
ipn/ipnserver: treat all plan9 safesocket connections as permitted
Updates #5794 Change-Id: Ibf74d017e38e0713d19bef437f26685280d79f6f Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
da8e8eb86f
commit
03b9b879ee
@ -331,7 +331,7 @@ func (a *actor) Permissions(operatorUID string) (read, write bool) {
|
|||||||
// checks here. Note that this permission model is being changed in
|
// checks here. Note that this permission model is being changed in
|
||||||
// tailscale/corp#18342.
|
// tailscale/corp#18342.
|
||||||
return true, true
|
return true, true
|
||||||
case "js":
|
case "js", "plan9":
|
||||||
return true, true
|
return true, true
|
||||||
}
|
}
|
||||||
if a.ci.IsUnixSock() {
|
if a.ci.IsUnixSock() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user