aboutsummaryrefslogtreecommitdiffstats
path: root/src/msec/libmsec.py
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-06-26 19:20:05 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-06-26 19:20:05 +0000
commit286e97c3d2c32711e76415d93791835b29f8ffca (patch)
tree4a7552e382eadae6f784e4ed807d7820e1f4d292 /src/msec/libmsec.py
parent9b6d6355a5520380e9e0625cefe55d63cbe98fc9 (diff)
downloadmsec-286e97c3d2c32711e76415d93791835b29f8ffca.tar
msec-286e97c3d2c32711e76415d93791835b29f8ffca.tar.gz
msec-286e97c3d2c32711e76415d93791835b29f8ffca.tar.bz2
msec-286e97c3d2c32711e76415d93791835b29f8ffca.tar.xz
msec-286e97c3d2c32711e76415d93791835b29f8ffca.zip
Added support for CHECK_RPM_PACKAGES and CHECK_RPM_INTEGRITY.
Diffstat (limited to 'src/msec/libmsec.py')
-rwxr-xr-xsrc/msec/libmsec.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/msec/libmsec.py b/src/msec/libmsec.py
index c22a8a6..24fa0dd 100755
--- a/src/msec/libmsec.py
+++ b/src/msec/libmsec.py
@@ -1456,8 +1456,12 @@ class MSEC:
""" Enable checking for known rootkits using chkrootkit."""
pass
- def check_rpm(self, param):
- """ Enable verification of installed RPM packages."""
+ def check_rpm_packages(self, param):
+ """ Enable verification for changes in the installed RPM packages. This will notify you when new packages are installed or removed."""
+ pass
+
+ def check_rpm_integrity(self, param):
+ """ Enable verification of integrity of installed RPM packages. This will notify you if checksums of the installed files were changed, showing separate results for binary and configuration files."""
pass
def tty_warn(self, param):