Files
systemd/test/units
Luca Boccassi 7b6d3dcdd2 exec-invoke: don't double-close FDs on error
When a late error occurs in sd-executor, the cleanup-on-close of the
context structs happen, but at that time all FDs might have already
been closed via close_all_fds(), so a double-close happens. This
can be seen when DynamicUser is enabled, with a non-existing
WorkingDirectory.

Invalidate the FDs in the context structs if close_all_fds succeeds.
2023-10-28 16:56:25 +02:00
..
2023-07-04 21:55:53 +02:00
2023-05-24 20:06:10 +09:00
2023-08-12 10:13:56 +02:00
2023-09-27 14:50:19 +02:00
2023-05-26 00:45:54 -04:00
2023-10-19 16:23:28 +02:00
2023-08-23 15:12:23 +02:00
2022-08-23 10:53:47 +02:00
2022-08-23 10:53:47 +02:00
2023-10-04 08:58:10 +09:00
2023-09-19 21:45:27 +08:00
2023-10-25 14:48:30 +02:00