From: thib Date: Sat, 7 Sep 2002 13:13:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver1564~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6d6cd06c265f0da9c2472e0f02af0136ee729b5;p=fcron *** empty log message *** --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 2ed3cf1..29ab983 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Changes @@ -37,6 +37,9 @@ a command has been run. fcrontab sets euid=uid before running the editor. This is required by some programs (for instance, perl). + + use open() instead of fopen() to write files, for more security. +