You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd
Denton Gentry d2480fd508 net/netns: support !CAP_NET_ADMIN
netns_linux checked whether "ip rule" could run to determine
whether to use SO_MARK for network namespacing. However in
Linux environments which lack CAP_NET_ADMIN, such as various
container runtimes, the "ip rule" command succeeds but SO_MARK
fails due to lack of permission. SO_BINDTODEVICE would work in
these environments, but isn't tried.

In addition to running "ip rule" check directly whether SO_MARK
works or not. Among others, this allows Microsoft Azure App
Service and AWS App Runner to work.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
3 years ago
..
cloner
derper cmd/derpprobe: move from cmd/derper/derpprobe 3 years ago
derpprobe cmd/derpprobe: move from cmd/derper/derpprobe 3 years ago
hello
microproxy
mkpkg
tailscale net/netns: support !CAP_NET_ADMIN 3 years ago
tailscaled tstest/integration/vms: use an in-process logcatcher (#2360) 3 years ago
tsshd