commit | d6306b634e4a044e3380ed984dc7f5e5d67e69ac | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Apr 06 14:28:50 2022 +0100 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Apr 06 14:28:50 2022 +0100 |
tree | b37630b42c687c2d470529e9c78e3f29d24775e3 | |
parent | 6e9a9d265e2c5199566e3890e6763a74b558bf80 [diff] |
Add an ACL list for users connecting to the tmux socket. Users may be forbidden from attaching, forced to attach read-only, or allowed to attach read-write. A new command, server-access, configures the list. tmux gets the user using getpeereid(3) of the client socket. Users must still configure file system permissions manually.