commit | fbe4c7df0087c4f26ca7acf21cf0b7c0bc2fbfd2 | [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 | cb0c2a7430788b4cd13d303a02a021bb53e3db4b [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>