aboutsummaryrefslogtreecommitdiff
path: root/cmd-server-access.c
Commit message (Collapse)AuthorAge
* Add a missing space.nicm2022-05-31
|
* Fix property name from Sergei Dyshel, and a typo from imcusg at gmailnicm2022-05-30
| | | | dot com.
* Add an ACL list for users connecting to the tmux socket. Users may benicm2022-05-30
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. From Dallas Lyons and others.