Missing fork() handling and pitfalls #10

Nyitott
megnyitva 2021-08-09 20:17:19 +02:00 crtxcr által · 0 hozzászólás
Tulajdonos

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 added the
bug
enhancement
labels 2021-08-09 20:17:19 +02:00
Jelentkezz be hogy csatlakozz a beszélgetéshez.
Nincs mérföldkő
Nincsenek megbízottak
1 Résztvevő
Értesítések
Határidő
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

Nincs beállítva határidő.

Függőségek

No dependencies set.

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