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

Address Space Integrity: Add relationship between syscall params and mentioned flags #19

Open
paolonig opened this issue May 24, 2022 · 0 comments

Comments

@paolonig
Copy link

It is hard to give a meaning to the flags below without linking them to the parameters of the syscalls used to spawn the new process (i.e. how the different VMA areas of the child process are shared or not shared with the parent process depending on the flags).
So it would be good to explain how these parameters are linked to the possible parameter of fork() and execve() (maybe starting from simple cases of single threaded process spawning)

Impacted doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant