CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2016/05/13 13:05:07

Modified files:
        sys/kern       : kern_event.c 

Log message:
contrary to documentation and other implementations, kevent was preventing
a process from watching other users' procs. but there are no secrets here.
remove that check.
at the same time, note that as far as pledge is concerned, while most of
kevent is a "stdio" type operation, process monitoring belongs to the
"proc" family, so add an additional check here.
ok deraadt millert

Reply via email to