commit | f1fe17e95873350891097d5a52993560bed8b4f1 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Apr 06 18:17:39 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Apr 07 14:17:06 2019 +0200 |
tree | d6bea750ab5b893e0c6242411527f11804638c91 | |
parent | 34c303be3fb29330907f3e7ad86a5704db7bf68a [diff] |
efi_loader: enable file SetInfo() EFI shell command edit uses the SetInfo() methods to unset the read only attribute of the file to be edited. So let efi_file_setinfo() return success in this case. Return an error if the function is called for to rename or resize a file as we do not support this yet. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>