1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00
nicm 01defc9f49 Because pledge(2) does not allow us to pass directory file descriptors
around, we can't use file descriptors for the working directory because
we will be unable to pass it to a privileged process to tell it where to
read or write files or spawn children. So move tmux back to using
strings for the current working directory. We try to check it exists
with access() when it is set but ultimately fall back to ~ if it fails
at time of use (or / if that fails too).
2015-10-31 08:13:58 +00:00
2015-10-27 15:58:42 +00:00
2015-09-16 22:40:05 +00:00
2015-09-14 12:52:22 +00:00
2015-10-27 15:58:42 +00:00
2015-09-24 12:03:58 +00:00
2015-10-27 15:58:42 +00:00
2015-10-27 15:58:42 +00:00
2015-10-27 15:58:42 +00:00
2015-10-27 15:58:42 +00:00
2015-09-14 13:22:02 +00:00
2015-10-27 15:58:42 +00:00
2015-10-27 15:58:42 +00:00
2015-10-27 14:51:35 +00:00
2015-10-27 15:58:42 +00:00
2015-10-27 15:58:42 +00:00
2015-10-27 15:58:42 +00:00
2015-04-20 14:48:55 +00:00
Description
No description provided
17 MiB
Languages
C 90.8%
Roff 6.9%
M4 0.9%
Awk 0.6%
Makefile 0.4%
Other 0.3%