[Forensics-changes] [lime-forensics] 01/01: Minor adjustments.

Eriberto Mota eriberto-guest at alioth.debian.org
Tue Oct 29 11:45:42 UTC 2013


This is an automated email from the git hooks/post-receive script.

eriberto-guest pushed a commit to branch debian
in repository lime-forensics.

commit b17a244116fbb4d0f2e5020405213daf4ac03891
Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
Date:   Tue Oct 29 09:41:53 2013 -0200

    Minor adjustments.
---
 debian/README.Debian |    7 +++----
 debian/control       |    7 ++++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index ebd92d4..9c8924b 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,12 +1,11 @@
 lime-forensics for Debian
 -------------------------
 
-An usage example of the lime-forensics on Debian:
+An usage example on Debian:
 
- # insmod /lib/modules/3.2.0-4-amd64/updates/dkms/lime.ko "path=/tmp/ram.lime format=lime"
+ # insmod /lib/modules/3.11-1-amd64/updates/dkms/lime.ko "path=/tmp/ram.lime format=lime"
 
-Before to reuse, please, remove the loaded kernel module using the rmmod
-command, e.g.:
+Before to reuse, remove the loaded kernel module using the rmmod command, e.g.:
 
  # rmmod lime
 
diff --git a/debian/control b/debian/control
index e11e430..6c0cb36 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Git: git://anonscm.debian.org/forensics/lime-forensics.git
 Package: lime-forensics-dkms
 Architecture: all
 Depends: ${misc:Depends}, dkms
-Description: lime-forensics driver, a memory dumper (DKMS)
+Description: kernel module to memory dump (DKMS)
  LiME (Linux Memory Extractor, formerly DMD) is a Loadable Kernel
  Module (LKM), which allows the acquisition of volatile memory (RAM)
  from Linux and Linux-based devices, such as those powered by Android.
@@ -24,9 +24,10 @@ Description: lime-forensics driver, a memory dumper (DKMS)
  minimizes its interaction between user and kernel space processes
  during acquisition. It will produce memory captures that are more
  forensically sound than those of other tools designed for Linux
- memory acquisition.
+ memory acquisition. The dump format provided as "lime" is fully
+ compatible with volatility framework.
  .
  This package provides the source code for the lime-forensics kernel
- modules to be build with.dkms.
+ modules to be build with dkms.
  .
  Kernel source or headers are required to compile these modules.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/lime-forensics.git



More information about the forensics-changes mailing list