-
When a tunnel defines a default route, i.e. AllowedIPs = 0.0.0.0/0
The access to the local network is not possible anymore.
This is different on Linux desktop and at least the tunnel packets themsel…
-
### What are you trying to do?
I'm trying to connect to tailnet without VPN service on Android devices.
### How should we solve this?
Tailscale CLI has a "userspace networking mode" which offers a …
-
[Uploading centos2alma_feedback.zip…]()
**Describe the bug**
A clear and concise description of what the bug is.
**Feedback archive**
*Please attach a feedback archive to the bug report.*
You…
-
Create a few simple userspace utility programs, like an analog clock, a load monitor, a little pong game, etc, so that we have some sample programs to use when giving a demo.
-
We need some way for device interrupts to be delivered from the kernel to the relevant user servers via IPC. This is probably a meaty task, with a decent amount of design (I recommend referring to MI…
-
Parent issue for the Userspace Permissions epic.
- [x] #175
- [x] urbit/webterm/pull/3
- [x] tloncorp/landscape/pull/184
- [x] #176
- [x] tloncorp/landscape/pull/184
- [ ] #177
- [ ] …
-
Currently, `UserBox` allocates its own memory from userspace using the `alloc`/`free` usercalls. This is inefficient. Instead, there could be an allocator that uses `alloc` once (or as needed) to hand…
-
### What are you trying to do?
I want a server already running Tailscale to also work as a proxy server.
### How should we solve this?
_No response_
### What is the impact of not solving this?
I …
-
**Describe the bug**
Gentoo QA complains about the following potential problems with strict-aliasing violations when doing naughty pointer things:
```
/tmp/portage/dev-debug/sysdig-0.38.1/work/li…
-
Right now, the entire kernel works in privileged mode and as a single process and does not switch to user-mode after boot.