summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>2013-08-01 10:52:33 +0300
committerAndrei Dinu <andrei.adrianx.dinu@intel.com>2013-08-01 10:52:33 +0300
commit9534de459e6d48dd9809710e9ce6bf6712821237 (patch)
tree439a47e7a5f6ff9d7d6d483e805f1ff5de57520c /README
parent37a5e5d66f8ee1177caa49519dc201df11fa5373 (diff)
downloadmeta-security-9534de459e6d48dd9809710e9ce6bf6712821237.tar.gz
Added missing functionality to buck-security
* added pinentry recipe needed for buck-security option * added missing rdepends to recipe * added functionality patch * updated README file Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 8 insertions, 1 deletions
diff --git a/README b/README
index 06f3948..c9549f9 100644
--- a/README
+++ b/README
@@ -154,7 +154,14 @@ help for each package.
154 Buck-Security is a security scanner for Debian and Ubuntu Linux. It runs a couple of important checks and helps you to harden your Linux 154 Buck-Security is a security scanner for Debian and Ubuntu Linux. It runs a couple of important checks and helps you to harden your Linux
155 system. This enables you to quickly overview the security status of your Linux system. 155 system. This enables you to quickly overview the security status of your Linux system.
156 156
157 usage : switch to directory /usr/local/buck-security. 157 usage : !!! before starting to use this tool please run the following command: !!!
158
159 export GPG_TTY=`tty`
160
161 This command is needed for the usage of the comand --make-checksum, which creates
162 a checksum for the files in the system.
163
164 switch to directory /usr/local/buck-security.
158 before running the script, you should check the activated checks in conf/buck-security.conf file. 165 before running the script, you should check the activated checks in conf/buck-security.conf file.
159 after altering the changes, save the file and simply run : 166 after altering the changes, save the file and simply run :
160 167