In article <15993.1356420...@splode.eterna.com.au>, matthew green <m...@eterna.com.au> wrote: > >> On Mon, Dec 24, 2012 at 02:30:46PM -0500, Christos Zoulas wrote: >> > Modified Files: >> > src/external/bsd/cron/dist: database.c >> > >> > Log Message: >> > PR/47362: Brian Marcotte: cron is too restrictive on file permissions >> > Allow file being writable by owner. >> > XXX: pullup to 6. > >wasn't the problem that mode 0400 files were rejected? ie, read-only >not writable files.
Yes, it was allowing 0600 and not allowing 0400. Now it allows both. christos