[PATCH] fs: ext4: Change the Settings of file permissions
Tom Rini
trini at konsulko.com
Wed Apr 10 19:43:17 CEST 2024
On Tue, 19 Mar 2024 17:20:40 +0800, Jixiong Hu wrote:
> When a file is created in the linux and corresponding file permission
> is set, if the file needs to be modified in uboot during the startup
> process, the modified file permission will be reset to 755. Therefore,
> when the ext4fs_write() function is called, if the file already exists,
> the file permission of the new file is equal to the file permission of
> the existing file.
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list