Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-09-14 22:35:01 +0400
committermboelen <michael@cisofy.com>2014-09-14 22:35:01 +0400
commit7a2daf92ad1aa28571403b5f2cdab8d319cb32fb (patch)
treee99e24b72eb8562681aa0ad7274d896bd71fc660 /debian/README.Debian
parent67dce7ad3447970aff0b2f6241e0ccaeca88c634 (diff)
Updated spec file and build script
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 00000000..60820ff7
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,34 @@
+lynis for Debian
+----------------
+
+When execute Lynis from Debian menu, the program runs with the following
+parameter:
+
+lynis --no-colors
+
+It makes a full system check, with the default profile file
+(/etc/lynis/default.prf). Please adjust this config file with your needs.
+
+For better perform, launch Lynis from a terminal, as root user, with your best
+configuration.
+Lynis can be executed directly:
+
+# lynis -c
+or
+# lynis
+
+After Lynis runs the system check, it creates the following two files with the
+session log and the results of tests.
+
+/var/log/lynis.log
+/var/log/lynis-report.dat
+
+See the manual page for more info.
+Read Lynis documentation web site [1],[2] for more info.
+
+
+[1] http://www.rootkit.nl/files/lynis-documentation.html
+[2] http://cisofy.com/documentation/lynis/
+
+ -- Francisco Manuel Garcia Claramonte <francisco@debian.org> Sun, 11 Dec 2013 12:47:07 +0200
+