diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-08-01 10:52:33 +0300 |
---|---|---|
committer | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-08-01 10:52:33 +0300 |
commit | 9534de459e6d48dd9809710e9ce6bf6712821237 (patch) | |
tree | 439a47e7a5f6ff9d7d6d483e805f1ff5de57520c /README | |
parent | 37a5e5d66f8ee1177caa49519dc201df11fa5373 (diff) | |
download | meta-security-9534de459e6d48dd9809710e9ce6bf6712821237.tar.gz meta-security-9534de459e6d48dd9809710e9ce6bf6712821237.tar.bz2 meta-security-9534de459e6d48dd9809710e9ce6bf6712821237.zip |
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-- | README | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -154,7 +154,14 @@ help for each package. 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 system. This enables you to quickly overview the security status of your Linux system. - usage : switch to directory /usr/local/buck-security. + usage : !!! before starting to use this tool please run the following command: !!! + + export GPG_TTY=`tty` + + This command is needed for the usage of the comand --make-checksum, which creates + a checksum for the files in the system. + + switch to directory /usr/local/buck-security. before running the script, you should check the activated checks in conf/buck-security.conf file. after altering the changes, save the file and simply run : |