From: Thibault Godouet Date: Sat, 7 Sep 2002 13:13:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e50eb1168bd28e170e947f1094e9f2ba202d077;p=thirdparty%2Ffcron.git *** 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. +