Skip to content

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

@paolonig

Description

@paolonig

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions