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

Adding signal, termios, process group, modern pty management features #59

Open
LeChatP opened this issue Oct 15, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@LeChatP
Copy link
Owner

LeChatP commented Oct 15, 2024

Describe the solution you'd like
The objective here is to have an entire and full-featured command execution management with sr command. As It should handle signal, termios, process group, and a better pty management. These features requires particular security management as each of them can be exploited to take indirect or direct control on the privileged process.

Describe alternatives you've considered
Today, only sudo-rs present such features with great code quality. So I asked them if it is possible to share the same base code about command execution feature here

@LeChatP LeChatP added the enhancement New feature or request label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant