lcp / mokutil

The utility to manipulate machine owner keys
GNU General Public License v3.0
67 stars 37 forks source link

mokutil: be explicit about file modes in all cases. #6

Closed vathpela closed 8 years ago

vathpela commented 8 years ago

The code to make file modes implicit in efivar was really not working well with gcc 6, and probably was not working right in gcc 5, so efivar 0.23 requires explicitly setting the mode in efi_set_variable(). This patch makes it all explicitly set to a reasonable value.

Signed-off-by: Peter Jones pjones@redhat.com

lcp commented 8 years ago

Thanks!