Race-free process creation in the GNU C Library
Race-free process creation in the GNU C Library
Posted Sep 3, 2023 4:14 UTC (Sun) by IanKelling (subscriber, #89418)In reply to: Race-free process creation in the GNU C Library by pbonzini
Parent article: Race-free process creation in the GNU C Library
I don't think it is hypothetical. From my sysadmin perspective, I often build software in a chroot without a /proc mount. Very rarely, the build has needed it and I wanted to know why. Bind bounding /proc, I see find shows 546,160 user-listabable files and 304,803 user readable files. Making that a requirement to create processes just because opt-in to an api that avoids a race condition would be roughly a regression in my book.
Posted Sep 3, 2023 10:26 UTC (Sun)
by bluca (subscriber, #118303)
[Link] (2 responses)
Posted Sep 4, 2023 9:16 UTC (Mon)
by taladar (subscriber, #68407)
[Link] (1 responses)
Posted Sep 4, 2023 9:53 UTC (Mon)
by bluca (subscriber, #118303)
[Link]
Race-free process creation in the GNU C Library
Race-free process creation in the GNU C Library
Race-free process creation in the GNU C Library