Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug #3030: window change events not passed when using session multipl… #135

Closed
wants to merge 1 commit into from

Conversation

darrenmoffat
Copy link

When the ssh client code calls platform_pledge_mux() on Solaris it will call solaris_drop_privs_root_pinfo_net_exec(). This function drops too many privileges.

It is supposed to be equivalent to pledge("stdio proc tty", ...)

Note "proc" is kept because of the need to call kill(2). The Solaris implementation of this is currently dropping PRIV_PROC_SESSION which is needed to be able to send signals to processes the user owns but are outside of the current session.

@djmdjm
Copy link
Contributor

djmdjm commented Jul 19, 2019

Applied - thanks!

@djmdjm djmdjm closed this Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants