Files
haiku-beta6/headers/os/drivers
Augustin Cavalier 9ea1065b16 kernel/fs: Introduce check_write_stat_permissions utility method.
Like check_access_permissions() but for write_stat() hook instead
of access().

Basic logic copied from BFS, but with the UID/GID logic rewritten
to better conform to behavior on other OSes: notably, we allow
chown() requests that keep the UID the same to go through, same
as Linux seems to, which should fix #19666. We now also validate
that the GID is one of the current team's groups.
2025-07-07 15:10:01 -04:00
..
2023-05-13 00:41:16 +00:00
2024-11-18 16:44:46 +00:00
2024-11-16 18:26:21 +00:00
2023-04-11 16:32:56 +00:00
2022-04-20 15:57:04 +00:00
2019-07-17 01:48:25 +00:00