Ignore:
Timestamp:
Sep 23, 2007, 2:41:29 AM (17 years ago)
Author:
Bruno Cornec
Message:

Apply patch from Andree Leidenfrost, modified a bit to use bkpinfo->tmpdir instead of /tmp
or MINDI_CACHE when appropriate. Fix security issues in mondo
Thanks al ot Andree for catching all those issues.
Will not compile needs more work as bkpinfo->tmpdir isn't available everywhere
Should become a global in 3.x when only containing pointers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondorestore.h

    r1318 r1644  
    88 * Compatibility #define to ease the transition to logfile-in-a-variable.
    99 */
    10 char *MONDO_LOGFILE = "/tmp/mondorestore.log";
     10char *MONDO_LOGFILE = "/var/log/mondorestore.log";
    1111
    1212/* Busybox ps has no option and PID in first pos */
Note: See TracChangeset for help on using the changeset viewer.