If pledge() or unveil() fails error out with ERR_IPC. Also error out in
authorclaudio <claudio@openbsd.org>
Mon, 17 May 2021 11:59:09 +0000 (11:59 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 17 May 2021 11:59:09 +0000 (11:59 +0000)
commitdd135e81384165a8ce470ca762ac1815613986d1
tree878c03ca97402b88c3c3af1826f006e4c2862ee6
parentf642adf736cd5d948b9ca2719370c097b7f8fc34
If pledge() or unveil() fails error out with ERR_IPC. Also error out in
the receiver when intial setup fails because of filesystem errors (unable
to open or create the base directory) or on memory failures.
OK benno@
usr.bin/rsync/client.c
usr.bin/rsync/receiver.c
usr.bin/rsync/server.c