mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
While we are at it, replace the sloppy use of filename_is_valid() by the less sloppy filename_part_is_valid() (as added by the preceeding commit), since we don#t want to be too restrictive here. (After all, version strings invalid as standalone filenames might be valid as part of filenames, and hence we should allow them).
5 lines
101 B
C
5 lines
101 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
|
|
#include "path-util.h"
|
|
#include "sysupdate-util.h"
|