Re: [PATCH v2 6/6] efi_loader: support file rename in SetInfo()

2025-02-20 Thread Ilias Apalodimas
On Thu, 20 Feb 2025 at 10:21, Ilias Apalodimas wrote: > > Hi Gabriel, > > On Mon, 17 Feb 2025 at 20:31, Gabriel Dalimonte > wrote: > > > > Following the UEFI specification. The specification did not seem to > > delineate if file_name was explicitly a file name only, or could > > include paths to

Re: [PATCH v2 6/6] efi_loader: support file rename in SetInfo()

2025-02-20 Thread Ilias Apalodimas
Hi Gabriel, On Mon, 17 Feb 2025 at 20:31, Gabriel Dalimonte wrote: > > Following the UEFI specification. The specification did not seem to > delineate if file_name was explicitly a file name only, or could > include paths to move the file to a different directory. The more > generous interpretati

[PATCH v2 6/6] efi_loader: support file rename in SetInfo()

2025-02-17 Thread Gabriel Dalimonte
Following the UEFI specification. The specification did not seem to delineate if file_name was explicitly a file name only, or could include paths to move the file to a different directory. The more generous interpretation of supporting paths was selected. Signed-off-by: Gabriel Dalimonte --- C