CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/08/30 10:14:33

Modified files:
        sys/kern       : kern_pledge.c 

Log message:
mention that specific files opened by __pledge_open() are only opened
by specific libc functions (with symbol visibility helping us). these fd
are marked UF_PLEDGEOPEN, and the kernel prohibits various operations
on them (basically we are trying to prevent threads from playing with them)

Reply via email to