CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/19 01:14:49
Modified files:
usr.sbin/rpki-client: extern.h main.c mkdir.c rsync.c
Log message:
Move the mkpath() call from the rsync path to the main process. This allows
to drop cpath from the rsync proc pledge (down to "stdio proc exec").
This will also make work easier with the upcoming http fetcher.
OK tb@
