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

RFE: clone3() syscall needs a dedicated record #151

Open
stevegrubb opened this issue Sep 20, 2023 · 0 comments
Open

RFE: clone3() syscall needs a dedicated record #151

stevegrubb opened this issue Sep 20, 2023 · 0 comments

Comments

@stevegrubb
Copy link

The clone3 syscall moves most parameters to struct clone_args. Flags, pidfd, exit_signal, and cgroup are of interest. The pidfd is only of interest if it has been resolved to the fd number - we do not want it's address.

@pcmoore pcmoore changed the title clone3 syscall needs a dedicated record RFE: clone3() syscall needs a dedicated record Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants