Changeset 2976 in MondoRescue for branches/3.0/mindi/mindi


Ignore:
Timestamp:
Mar 30, 2012, 2:40:39 AM (12 years ago)
Author:
Bruno Cornec
Message:

r4597@localhost: bruno | 2012-03-28 17:52:39 +0200

  • Fix the incorrect linuxshield test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r2965 r2976  
    29332933
    29342934# Check for McAfee which disturbs the access to some files (tgz in articular)
    2935 if [ $(cat /proc/linuxshield/enabled 2>/dev/null) = "1" ]; then
     2935if [ "x`cat /proc/linuxshield/enabled 2>/dev/null`" = "x1" ]; then
    29362936    LogFile "WARNING: McAfee LinuxShield is enabled. McAfee might block access to certain special files."
    29372937    LogFile "WARNING: Check in /var/opt/NAI/LinuxShield/etc/nailsd.cfg for 'nailsd.profile.OAS.action.error: Block'"
Note: See TracChangeset for help on using the changeset viewer.