
10 Apr
2024
10 Apr
'24
7:43 p.m.
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