CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/14 16:28:52
Modified files:
sys/kern : uipc_usrreq.c
Log message:
AF_UNIX bind() must use UNVEIL_CREATE for namei() because it is creating
a file in the filesystem. Spotted by martijn. A review of AF_UNIX
binding programs has been done by benno, and we think it is worth commiting
this semantic change now and watching for fallout.
