This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 50d2aff4ff5862a1c7aca817c240a62e54c412f1 (commit)
from 1495073d15dc618b0b07f4cc2744db190d5488ce (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 50d2aff4ff5862a1c7aca817c240a62e54c412f1
Author: Sophiel Zhou <[email protected]>
Date: Sat Jun 6 22:34:20 2026 +0800
pfinet: fix privilege check in S_iioctl_siocsifmtu
Non-root users could bypass the EPERM check and still modify
the interface MTU because the isroot check was not chained into
the same if-else block as the device and mtu validation.
Add the missing else to ensure the modification is skipped when
the caller is not root.
Message-ID: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
pfinet/iioctl-ops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Hurd