Missing fork() handling and pitfalls #10

باز
2021-08-09 20:17:19 +02:00 باز شده توسط crtxcr · 0 دیدگاه
crtxcr دیدگاه ارسال شده 2021-08-09 20:17:19 +02:00
مالک

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 اضافه شده
bug
enhancement
labels 2021-08-09 20:17:19 +02:00
برای پیوستن به گفتگو، وارد شودید.
بدون نقطه عطف
بدون تخصیص
1 مشارکت کننده
اعلان‌ها
موعد مقرر
موعد مقرر نامعتبر است یا خارج از محدوده. لطفاً از قالب 'yyy-mm-dd' استفاده کنید.

هیچ موعد مقرری ثبت نشده.

وابستگی ها

No dependencies set.

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