Control Web Panel

Security => Mod_Security => Topic started by: Farukh Khan on November 15, 2015, 01:22:51 PM

Title: Getting a System Integrity check problem.
Post by: Farukh Khan on November 15, 2015, 01:22:51 PM
Hello,

After enabling mod security I am getting a system integrity check error problem in my mail. The message says:

lfd on server5.desk4host.com: System Integrity checking detected a modified system file

Time:     Sat Nov 14 10:04:44 2015 -0500

The following list of files have FAILED the md5sum comparison test. This means that the file has been changed in some way. This could be a result of an OS update or application upgrade. If the change is unexpected it should be investigated:

/etc/init.d/vzquota: FAILED


How to solve this error with mod security? Thanks in advance...
Title: Re: Getting a System Integrity check problem.
Post by: Netino on November 02, 2018, 02:21:30 AM
This situation persists until today.

I checked the old file with my backup against the new, and I get today:
Code: [Select]
# diff old-vzquota /etc/init.d/vzquota
28c28
< [ -e "$dev" ] || mknod $dev b 0 108
---
> [ -e "$dev" ] || mknod $dev b 0 72

So, this is possibly just an update of openvz made by System Administrator.

Regards,
Netino