CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/23 07:25:29
Modified files:
usr.sbin/rpki-client: main.c rsync.c
Log message:
Adjust pledge() and unveil() calls for proc_rsync() a bit. Since the
mkdir was moved to the main process there is no need for access to .
in the rsync process.
OK job@ deraadt@
