Skip to content
  • Jixiong Hu's avatar
    fs: ext4: Change the Settings of file permissions · 278c644c
    Jixiong Hu authored and Tom Rini's avatar Tom Rini committed
    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.
    278c644c