mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
parent
f572f79e18
commit
030a5d78ed
@ -909,7 +909,7 @@ bool efi_loader_entry_name_valid(const char *s) {
|
||||
if (strlen(s) > FILENAME_MAX) /* Make sure entry names fit in filenames */
|
||||
return false;
|
||||
|
||||
return in_charset(s, ALPHANUMERICAL "-_.");
|
||||
return in_charset(s, ALPHANUMERICAL "+-_.");
|
||||
}
|
||||
|
||||
char *efi_tilt_backslashes(char *s) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user