created | 2022-09-22T04:19:02Z |
---|---|
begin | 2022-09-17T00:00:00Z |
end | 2022-09-18T00:00:00Z |
path | src/sys |
commits | 1 |
date | 2022-09-17T12:40:52Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/uipc_usrreq.c | log | diff | annotate |
message |
bind() to AF_UNIX will now require unveil "w". "w" may seem a little odd (and it may seem it should be "r" to get access to the file to collect the underlying socket, which is fully r/w in a non-file way). But this matches the POSIX spec that the file be 'writeable'. The regress test and daemons have been updated for this behaviour. Gap discovered by martijn, long discussions with benno |