Changeset 146


Ignore:
Timestamp:
Nov 16, 2007, 7:53:52 PM (17 years ago)
Author:
rainer
Message:

Fix for ticket #82 (spurious alerts caused by PCI ROM check).

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/depend.sum

    r144 r146  
    1 786796559
     1
  • trunk/docs/Changelog

    r145 r146  
     12.4.1:
     2        * fix problem with PCI ROM check (spurious messages about modified
     3          timestamps, reported by S. Clormann)
     4
    152.4.0a:
    26        * fix compile failure with --enable-static (reported by S. Clormann)
  • trunk/src/sh_kern.c

    r143 r146  
    903903  (void) sl_strlcpy (theFile.fullpath, pcipath, PATH_MAX);
    904904  theFile.check_mask  = sh_files_maskof(SH_LEVEL_READONLY);
     905  theFile.check_mask &= ~(MODI_MTM|MODI_CTM);
    905906  CLEAR_SH_FFLAG_REPORTED(theFile.file_reported);
    906907  theFile.attr_string = NULL;
  • trunk/test/testhash.sh

    r76 r146  
    3737        fi
    3838        #
    39         ${TOP_SRCDIR}/configure --quiet $TRUST --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$RCFILE --with-log-file=$LOGFILE --with-pid-file=$PW_DIR/.samhain_lock --with-data-file=$PW_DIR/.samhain_file 
     39        ${TOP_SRCDIR}/configure --quiet $TRUST --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$RCFILE --with-log-file=$LOGFILE --with-pid-file=$PW_DIR/.samhain_lock --with-data-file=$PW_DIR/.samhain_file
    4040        #
    4141        fail=0
Note: See TracChangeset for help on using the changeset viewer.