Skip to content

UserScheme: permission check EUID and EGID before proceeding with chown

Joshua Abraham requested to merge jabedude/kernel:chown-perms into master

To solve https://gitlab.redox-os.org/redox-os/redox/-/issues/1327 - this adds a simple UID/GID check in the fchown syscall.

Merge request reports