CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/09/13 07:14:48
Modified files:
usr.sbin/syspatch: syspatch.sh
Log message:
If reorder_kernel is running, then syspatch will abort to prevent stepping on an
already running reorder.
Restrict the process matching to the root user to prevent a non privileged user
from drafting and running an endless script called reorder_kernel which would
prevent syspatch run.
This is not a perfect solution but it's less bad than before.
Initial diff from Nick Owens