rt-thread-official/components/dfs/dfs_v2/filesystems/devfs
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
..
SConscript [DFS] add Kconfig for dfs-v2.0 (#7156) 2023-04-04 15:02:56 +08:00
devfs.c fixup: dfs_v2: Correct device mode permissions in devfs 2024-09-15 13:29:43 -04:00
devfs.h sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
devtmpfs.c sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00