|
|
|
|
|
by fiddlerwoaroof
1033 days ago
|
|
You can do this on basically any modern unix by passing file descriptors over a unix socket: the “graphical editor” server would launch as a user that can’t access anything except a socket and then users would open files by pushing an open fd to the editor over its socket. |
|