diff --git a/NEWS b/NEWS index b62c90a..786145f 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,12 @@ +v0.5: + sbkeysync's default efivars mountpoint has been moved to + /sys/firmware/efi/efivars/. This is to match the proposed Linux kernel + patch for efivarfs, which provides this sysfs node for the purpose of + mounting efivarfs, and leaving the older ../vars/ interface for legacy + applications. + + This default can be overridden using the --efivars-path option to + sbkeysync. + v0.1: Initial version diff --git a/src/sbkeysync.c b/src/sbkeysync.c index d68f675..011004a 100644 --- a/src/sbkeysync.c +++ b/src/sbkeysync.c @@ -55,7 +55,7 @@ #include "fileio.h" #include "efivars.h" -#define EFIVARS_MOUNTPOINT "/sys/firmware/efi/vars" +#define EFIVARS_MOUNTPOINT "/sys/firmware/efi/efivars" #define EFIVARS_FSTYPE 0x6165676C #define EFI_IMAGE_SECURITY_DATABASE_GUID \