exile_launch() #26

Closed
opened 2022-01-09 22:37:56 +01:00 by crtxcr · 0 comments
Owner

exile_launch(policy, &func, flags), where flags = 0: use our default clone() flags, otherwise user-specified.

Activates the policy, upon success launches func.

Must return either stdout/stderr content itself (and block), or returns file descriptors to be read from parent. Better yet maybe func arg, among a struct of input parameters, also contains some kind of shared mem buffer.

exile_launch(policy, &func, flags), where flags = 0: use our default clone() flags, otherwise user-specified. Activates the policy, upon success launches func. Must return either stdout/stderr content itself (and block), or returns file descriptors to be read from parent. Better yet maybe func arg, among a struct of input parameters, also contains some kind of shared mem buffer.
crtxcr added the
enhancement
label 2022-01-09 22:37:56 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: crtxcr/exile.h#26
No description provided.