CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/07/16 21:17:01
Modified files:
sys/sys : pledge.h
sys/kern : kern_pledge.c
Log message:
the PLEDGE_YPACTIVE "hack" bit related to "getpw" pledge goes away. libc
no longer does accesses /var/run/ypbind.lock to trigger extra permissions
for userland-opening of files & sockets to engage with ypserver for YP/LDAP
lookups. libc now uses the super secret special ypconnect() system call
to perform socket-setup.
Delete some other things which are no longer reached via libc/rpc
ok jmatthew, miod