CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/18 11:45:46
Modified files:
sys/sys : pledge.h
sys/kern : kern_pledge.c
Log message:
Delete the YPACTIVE toggling code when "getpw" code access/open are done to
/var/run/ypbind.lock. "getpw" is now only allows ypconnect(2) and the minimum
unveil bypasses.
Still allow open/acesss to file for a little while, because
getpwent/getgrent/etc
were opening it unconditionally to hint for YPACTIVE.
That code should be deleted before 7.2
