Files
systemd/src
Daan De Meyer a061312324 kernel-install: Avoid reopening file descriptor via /proc
kernel-install used to work without /proc mounted before the rewrite
in C. Let's restore that property by making sure we don't reopen
file descriptors via /proc. In this case, parse_env_file_fdv() calls
fdopen_independent() to get a FILE * for the given file descriptor
(which itself calls fd_reopen()). Let's avoid the call to
fdopen_independent() by using chase_and_fopenat_unlocked() which
gives us a FILE * immediately without having to reopen any file
descriptors.
2023-07-14 12:28:26 +02:00
..
2023-07-10 14:26:54 +02:00
2023-07-10 11:09:28 +01:00
2023-07-02 11:10:12 +01:00
2023-07-14 16:53:41 +09:00
2023-07-02 11:10:12 +01:00
2023-07-10 11:39:35 +01:00