mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 02:54:45 +00:00
uefi: Fix the self tests when running on Fedora SilverBlue
This commit is contained in:
parent
b768e4d924
commit
f45c651dd1
@ -64,7 +64,7 @@ fu_uefi_vars_set_immutable_fd (int fd,
|
||||
rc = ioctl (fd, FS_IOC_GETFLAGS, &flags);
|
||||
if (rc < 0) {
|
||||
/* check for tmpfs */
|
||||
if (errno == ENOTTY) {
|
||||
if (errno == ENOTTY || errno == ENOSYS) {
|
||||
is_immutable = FALSE;
|
||||
} else {
|
||||
g_set_error (error,
|
||||
|
Loading…
Reference in New Issue
Block a user