commit | 662d0beeb0b273220134449d36670028eab1d801 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Sep 13 21:31:49 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:30 2018 +0200 |
tree | 70782260e725077ed2f5ba64f3c31c009d0ac262 | |
parent | aa9d6bacd0fc42622dfba2decba69266f5117c3a [diff] |
efi_loader: loosen check of parameters of efi_file_open() The UEFI spec requires that attributes are only set for when EFI_FILE_MODE_CREATE is set in open_mode. The SCT tries to read a directory with EFI_FILE_DIRECTORY. As EDK2 allows this we should not be more strict. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>