d45e13c471
The mode permissions for character, block, and pipe devices were previously set to 0777, which is overly permissive and not in line with standard practice. This change reduces the permissions to 0666, restricting execute permissions while still allowing read/write access. Changes: - Adjusted permissions for character/block/pipe devices from 0777 to 0666. Signed-off-by: Shell <smokewood@qq.com> |
||
---|---|---|
.. | ||
dfs_v1 | ||
dfs_v2 | ||
Kconfig | ||
SConscript |