rt-thread-official/components/dfs/dfs_v2
Shell d45e13c471 fixup: dfs_v2: Correct device mode permissions in devfs
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>
2024-09-15 13:29:43 -04:00
..
filesystems fixup: dfs_v2: Correct device mode permissions in devfs 2024-09-15 13:29:43 -04:00
include fixup: dfsv2: seq: aligned proto of lseek to manual 2024-09-14 13:30:53 -04:00
src fixup: dfsv2: seq: aligned proto of lseek to manual 2024-09-14 13:30:53 -04:00
SConscript Sync dfs lwp (#8123) 2023-10-17 13:07:59 +08:00