CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/11 08:21:01
Modified files:
usr.sbin/cron : crontab.c
Log message:
For "crontab -u user -e" change the euid for the mkstemp() call
instead of calling fchown() after the fact. Fixes a pledge()
issue. OK semarie@
