CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2022/05/30 06:48:57
Modified files: usr.bin/tmux : Makefile client.c cmd-attach-session.c cmd-queue.c cmd.c proc.c server-client.c server.c tmux.1 tmux.h Added files: usr.bin/tmux : cmd-server-access.c server-acl.c Log message: 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. From Dallas Lyons and others.