Missing fork() handling and pitfalls #10

Ouvert
ouvert(e) par crtxcr 2021-08-09 20:17:19 +02:00 · 0 commentaire
Propriétaire

We don't do fork()/clone() ourselves, opening the door for many pitfalls, e. g. we inherit open file descriptories which may enable bypassing of the policies we set. Otoh, some open fd's may actually be desired.

We must either offer a safe fork()/clone() or check that the current process is in a reasonable state and/or transform to that state.

We don't do fork()/clone() ourselves, opening the door for many pitfalls, e. g. we inherit open file descriptories which may enable bypassing of the policies we set. Otoh, some open fd's may actually be desired. We must either offer a safe fork()/clone() or check that the current process is in a reasonable state and/or transform to that state.
crtxcr a ajouté les labels
bug
enhancement
2021-08-09 20:17:19 +02:00.
Connectez-vous pour rejoindre cette conversation.
1 participants
Notifications
Échéance
Aucune échéance n'a été définie.
Dépendances

Aucune dépendance définie.

Référence : crtxcr/exile.h#10
Sans contenu.